hello sir please tell me how to add another column of serial no in starting of the csv
@codewithsumit12 жыл бұрын
In that case add a key, value pair as serial number and its value in the javascipt object. { "serialNumber": 1, "name":'foo', "age": 20 }
@higiniofuentes25512 жыл бұрын
Any parameters for CSV with ; separator?
@surendrakumar-iq7ep2 жыл бұрын
I want to select data from the database and generate a report of that data and I need a column for serial no and also want to give a heading at the top of the list how to do that
@codewithsumit12 жыл бұрын
your object name is the heading of your csv
@higiniofuentes25512 жыл бұрын
I always prefer to create my utilities library. Do you have a video to create a CSV file from text file or from a database table (SQL)?