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: My Sidetracked Project – A Free CSV Online Viewer with Charts

8 pointsby pdyc9 months ago
Here is my side project—it&#x27;s a free CSV Viewer with charts that supports viewing data in both table and chart formats. It includes features like sorting, searching, filtering, and pagination in table view.<p>It also supports plotting charts in bar, line, and area formats, horizontally, vertically, in grouped or stacked formats. Multiple series can be plotted at once, and any data series can be easily turned on or off. Additionally, it supports setting titles and saving charts as images.<p>Here is the link to the tool: <a href="https:&#x2F;&#x2F;newbeelearn.com&#x2F;tools&#x2F;csvonline&#x2F;" rel="nofollow">https:&#x2F;&#x2F;newbeelearn.com&#x2F;tools&#x2F;csvonline&#x2F;</a><p>Here is the link to a demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=w9xfGr5nd-I" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=w9xfGr5nd-I</a><p>Backstory: I set out to develop something else but got sidetracked and somehow ended up building this. Because this wasn&#x27;t planned, development happened haphazardly based on users&#x27; and my own needs, which has resulted in some unique features that don&#x27;t really belong in a CSV viewer. For example, I was experimenting with themes and ended up adding them to the tool, so now you can view CSV data with multiple different color themes and adjust borders! Not sure who would want that, though. Similarly, there is support for importing data from Google Sheets because a user wanted it.<p>Try it out and let me know if you like it or have any suggestions for improving it. No account is needed and it works locally without server after first loading.

1 comment

pdyc9 months ago
i have made few more changes to make it more intutive.Now config is on the main page rather than hidden in import dialog which still works btw.