csvtotable icon indicating copy to clipboard operation
csvtotable copied to clipboard

Simple command-line utility to convert CSV files to searchable and sortable HTML table.

Results 15 csvtotable issues
Sort by recently updated
recently updated
newest added

Thanks for csvtotable! It works great except for one (minor) issue. The rows of my input files are sorted in a specific order but csvtotable appears to automatically (re)sort the...

bug

For example,there is a csv file : ``` link,title,description,date http://github.com/1,title1,1,20170815 http://github.com/2,title2,2,20170815 http://github.com/3,title3,3,20170815 http://github.com/4,title4,4,20170814 ``` output should like this: title | description | date :------: | :------: | :------: [title1](http://github.com/1) |...

enhancement

Hey I am facing this issue while using the csvtotable tool. File "/home/sahaji/.local/lib/python2.7/site-packages/unicodecsv/py2.py", line 117, in next row = self.reader.next() _csv.Error: field larger than field limit (131072) Is there a...

Hello @vividvilla ,Your project is perfect!,but,I think added support excel maybe better. so, I use ``pandas`` and ``numpy`` to read file,As you can see. ``` def read_file(input_file_name): import pandas as...

I have a table with over 50,000 rows, and growing... Having so much makes the page take an extreme amount of time to load... Is there any way of not...

Really nice program. Is there a way to add names to the column 1 to column n to something else, please? ideally i would like to have column 1 is...

1. candlestick, line and bar chart for value groups (open, close, high, low), volume, and adjacent close value respectively 2. switch between table and chart 3. download chart as png...

Would it be possible for the next version to include in the final html a line `` ? Knowlegeable visitors to my pages have been asking me how it was...

Can I link javascript and css from html file like this: I have tried this. not working.

Hi! Is it possible to align the columns with digits to right? Thanks, Sergiy

enhancement