CSV
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
Here are 5,797 public repositories matching this topic...
An elegant dashboard
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Aug 12, 2021 - PHP
remove jquery stuff
I think this tool should be as vanilla as possible and only do one thing
web workers, node and deno don't need this unnecessary stuff
that means removing this jQuery bit
https://github.com/mholt/PapaParse/blob/5747da6c9927642743d6d44d49689be2d2fa0b10/papaparse.js#L87-L179
most ppl have moved away from the good old days of jquery now where MVC have taken over such as vue, angular, react, sa
q - Run SQL directly on CSV or TSV files
-
Updated
Aug 12, 2021 - Python
Excel Workbook Manager
-
Updated
Aug 23, 2021 - JavaScript
A list of command line tools for manipulating structured text data
-
Updated
Mar 22, 2021
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Aug 19, 2021 - C#
A terminal spreadsheet multitool for discovering and arranging data
-
Updated
Aug 22, 2021 - Python
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Jul 14, 2021 - PHP
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
-
Updated
Aug 23, 2021 - C
A Docker-powered stateless API for PDF files.
-
Updated
Aug 23, 2021 - Go
CSV data manipulation made easy in PHP
-
Updated
Jul 22, 2021 - PHP
MSSQL Storage
The Time Series Visualization Tool that you deserve.
-
Updated
Aug 18, 2021 - C++
A desktop application for viewing and analyzing tabular data
-
Updated
Jan 28, 2021 - JavaScript
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
-
Updated
Aug 23, 2021 - C++
Multi-purpose serial data visualization & processing program
-
Updated
Aug 21, 2021 - C++
TensorFlow template application for deep learning
-
Updated
May 20, 2021 - Python
-
Updated
Aug 1, 2021 - PHP


I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBufferbut opts would not have atypeset we would essentially convert theArrayBuffertoUint8Arrayand callreadSyncagain but without setting appropriateopts.type. This then leads to few lines below https://github.com/Sh