3

Is there is any alternative program/Project for converting CSV to Dynamic HTML Table along with search & filtration,which would be use for reporting on Client side.

Currently, I'm using CSV To HTML for this purpose.

1 Answers1

2

There's a Python tool called csvtotable which uses DataTables for the client-side. From their documentation:

Convert data.csv file to data.html file

csvtotable data.csv data.html

simon04
  • 3,054
  • 29
  • 25