<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kaylee8520</title>
    <description>The latest articles on DEV Community by kaylee8520 (@kaylee8520).</description>
    <link>https://dev.to/kaylee8520</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4044679%2Fcf3af33a-fd49-4823-8755-c1738dbe059d.png</url>
      <title>DEV Community: kaylee8520</title>
      <link>https://dev.to/kaylee8520</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaylee8520"/>
    <language>en</language>
    <item>
      <title>A CSV Viewer That Never Uploads Your Data</title>
      <dc:creator>kaylee8520</dc:creator>
      <pubDate>Fri, 24 Jul 2026 09:37:16 +0000</pubDate>
      <link>https://dev.to/kaylee8520/a-csv-viewer-that-never-uploads-your-data-bkf</link>
      <guid>https://dev.to/kaylee8520/a-csv-viewer-that-never-uploads-your-data-bkf</guid>
      <description>&lt;p&gt;I just wanted to open a CSV file quickly.&lt;/p&gt;

&lt;p&gt;Instead, I got:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Slow spreadsheet apps&lt;/li&gt;
&lt;li&gt;Online tools that upload my data&lt;/li&gt;
&lt;li&gt;Way too much friction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I defined a simple goal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast and frictionless&lt;/li&gt;
&lt;li&gt;Fully local (no uploads)&lt;/li&gt;
&lt;li&gt;Spreadsheet-like experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s what I built.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you can do with it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open CSV files instantly (drag &amp;amp; drop, no setup)&lt;/li&gt;
&lt;li&gt;Search and filter large datasets in seconds&lt;/li&gt;
&lt;li&gt;Edit data like a spreadsheet&lt;/li&gt;
&lt;li&gt;Export exactly what you see&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;Everything happens locally in your browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your data never leaves your device&lt;/li&gt;
&lt;li&gt;No account required&lt;/li&gt;
&lt;li&gt;No tracking, no storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built with client-side JavaScript — no backend involved.&lt;/p&gt;

&lt;p&gt;Just open, edit, and export.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Built with client-side JavaScript — no backend involved.&lt;/p&gt;

&lt;h2&gt;
  
  
  Spreadsheet-Like Editing
&lt;/h2&gt;

&lt;p&gt;Click a cell to select it, then press Enter or double-click to start editing.&lt;/p&gt;

&lt;p&gt;Press Enter again to save the value and move to the cell below. Use Option + Enter on macOS or Alt + Enter on Windows to insert a line break.&lt;/p&gt;

&lt;p&gt;You can also drag the small fill handle to copy a value across multiple cells.&lt;/p&gt;

&lt;h2&gt;
  
  
  Export the Current View
&lt;/h2&gt;

&lt;p&gt;The exported CSV reflects the current table state, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Search results&lt;/li&gt;
&lt;li&gt;Sorting order&lt;/li&gt;
&lt;li&gt;Visible columns&lt;/li&gt;
&lt;li&gt;Saved cell edits&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it yourself
&lt;/h2&gt;

&lt;p&gt;Open a CSV file, edit a few cells, and export it —&lt;br&gt;&lt;br&gt;
all without uploading anything.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://csv-open.github.io/" rel="noopener noreferrer"&gt;https://csv-open.github.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup. No upload. Just works.&lt;/p&gt;

&lt;p&gt;Handles CSV files up to 25MB&lt;br&gt;&lt;br&gt;
Supports multiple languages&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>csv</category>
      <category>vue</category>
    </item>
  </channel>
</rss>
