TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Edit CSV Files Online

3 pointsby robbiejsover 4 years ago

2 comments

robbiejsover 4 years ago
Hello HN,<p>I’m Robbert, the creator of editCSVonline.com.<p>editCSVonline is a free web app for editing CSV files online in a spreadsheet-like matter.<p>It uses two Javascript libraries: the first is PapaParse for parsing CSV files, the second is DataGridXL for the spreadsheet-like editing. (I am the author of DataGridXL: I was very happy to see the lib reach the front page on Hacker News some three months ago.)<p>I have created editCSVonline for a couple of reasons:<p>1) It&#x27;s nice for anyone to not have to resort to Google Sheets or Microsoft Excel to edit a simple CSV file.<p>2) I use simple tools like this (tools that aid developers) all the time: tools like JSON linters, favicon generators or SVG icon finders. This is my free help-a-fellow-dev web app.<p>3) To promote my Javacript product DataGridXL.<p>Please let me know if you have any suggestions or comments!
gus_massaover 4 years ago
I tried this. When I download a csv, I get a lot of comas. Excel automatically ignores the last empty rows and columns.<p>Also, the file use LF, but the users of window expect CR&#x2F;LF.<p>Does it handle quoted comas inside cells?
评论 #25091457 未加载