
APIs & datasets for the platforms that matter | Happy Endpoint
Happy Endpoint提供房地产、旅游、零售等行业的网页爬虫API和批量数据集,附带免费样本。
@happyendpointhq · X
完整作品展
技术栈
60 projects

Happy Endpoint提供房地产、旅游、零售等行业的网页爬虫API和批量数据集,附带免费样本。
@happyendpointhq · X

Build beautiful dashboards from CSV, Excel, or JSON 100% in your browser. No upload, no tracking, no server. Auto charts, KPIs, filters, and shareable .wka files.
@jainarun889 · X
Our Wikawe universe products. Check it out now... - loading

无需登录的可视化CSV匹配工具。
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

使用 AI 将 Excel 和 CSV 文件翻译为 100+ 种语言
AI Excel Translator — 批量翻译 Excel 或 CSV 文档,支持 100+ 语言。

用AI和OCR将PDF、截图和邮件转换为整理好的Excel表格。
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe

在浏览器中将 JSON、CSV、Excel、XML、YAML 等数据格式相互转换。
@NaimBiswas11 · X
Developers work with different data formats every day — JSON, CSV, XML, YAML, and Excel files are everywhere. But finding a simple, fast, and privacy-friendly way to convert and process these formats is not always easy.

Hexabench 本地开发者工具套件,支持 CSV、Parquet、JSON 格式处理,无需上传。
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

Bring your Apollo, Lusha and spreadsheet data into one searchable vault. Filter with 110+ filters and enrich with trusted email, phone and scraping tools.
@m1mubeen · X

Convert PDF, DOCX, XLSX, CSV, JSON, XML, HTML, Images to clean Markdown optimized for AI Agents, RAG, and Vector DBs. 100% Privacy-First, In-Browser Conversion.
@13SahajChawla · X
For professionals to redact their client's sensitive informations before giving AI to process it & while converting any kind of document to a structured MD file. Better quality outputs, 100% privacy with on-browser local processing, and fully free!

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.

Upload a PDF bank statement, get a clean Excel or CSV file with every transaction verified against the running balance. Statements are never stored.
@bunedbek95381 · X
Built a tool that turns bank statement PDFs into verified Excel — it recomputes the running balance and flags the exact row that doesn't reconcile. Still early, would love feedback →

将 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 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: