excel4node
excel4node copied to clipboard
how to append rows to a existing file?
I want to append some rows to an already existed file, is it possible?
It is, but it depends on how your data in worksheet is structured. Does every column has exactly the same number of rows filled?
yes the same structure
So you can add come counter
to your code and store number or last filled row while you are processing current file.
Since this library is able to save data to the Excel file, not read from them, there's no point of checking how many rows you have.
Hi! But, how do I let excel4node know the file I'll modify?