
完整作品展
技术栈
17 projects


将普通英文转换为 Excel 和 Google Sheets 公式,然后分析和导出报告。
@ExpressSheet · X
Upload a spreadsheet. Ask questions in plain English. Get insights, charts, and a polished PDF report back. ExpressSheet is like having a data analyst on call, 24/7. Start free:

Learn Excel fast! Online Excel tutorial with practice data worksheets available to download. Learn VLOOKUP, Pivot Tables, etc. for career readiness.
@shimota_tweets · X
Working on and sharing tips on how I’m scaling it

Drop receipt photos or PDFs. Get Excel or CSV. Files stay on this computer — nothing uploaded. $29.99 once.
@GetDropSheet · X
— drop receipt photos, get Excel. Files stay on your computer. If you’d bounce, say why.

Turn a spreadsheet of names into finished certificates in minutes. Our bulk certificate generator handles the Excel import, the design, and the delivery.
@issuebadge · X

Convert, split, and merge Excel files (XLSX, XLS, CSV, ODS) online for free. Convert/split up to 100MB, merge up to 50MB per file. Secure processing, no registration required
@DmitryFounder_ · X
Hi, i am marketing my first SaaS Let's connect🥹

Tradeye, see your trades on the chart. Upload your broker CSV and instantly visualize every trade with AI scoring, technical analysis and plain English insights.
@prathmesh2048 · X
see your trades on actual charts, not just numbers. let's connect.

Turn Google Sheets into your production-ready database for MVP's. Instantly create APIs for waitlists, feedback, and forms. No backend required.
@AravindKumarV09 · X
Building forms on top of Sheetsandbox. You describe what you need, and it generates the fields, or just pick a template. Everything writes straight to the sheet.

将 PDF 银行对账单转换为 CSV、Excel、QBO 等格式,并检查余额。
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法:

浏览并复制2054+个Google Sheets公式,用于进度条、星级评分和视觉效果。
@Kamphey · X
I made a database of 2,000 google sheets formulas that bring JOY to sheets. includes Star Wars, Lord of the Rings progress bars, and timers, and compasses too.

利用AI驱动的OCR技术,轻松将发票和收据数据提取到Excel或Google Sheets中。
@nolain_on_x · X
Turn your batch of invoices/receipts into Excel sheets. Stop manually entering information from your invoices into spreadsheets and save hours of work. Visit us at Contact us for custom solutions on document processing.

输入行数快速生成Excel文件,支持百万行,用于测试导入导出。
v2mo · V2EX
生成指定行数的 Excel 文件, 输入行数, 就能快速下载 xlsx 表格文件 后端测试需要用到 Excel 大文件,测试导入、导出。 这个工具用来测试是很顺手了。 [生成指定行数的 Excel 文件, 输入行数, 快速下载 xlsx 表格文件]( https://it365.janqi.com/generate-excel-file-with-specified-number-of-rows/zh/) 看了背后的技术: 使用了 WebAssembly Web Worker 能支持生成一百万行的 Excel 文件,还是有点猛,只是 100w 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。