How do I paste an element into a column of the csv file? The copied item is a piece of text in the browser (and I succeed with CTRL + C). however i would like to figure it out how to paste it. Thank you
Asked
Active
Viewed 48 times
0
-
1It is funny, You need to use for e.g. apache poi. Create file (or open existing), find sheet, find row, find cell and add values in it. Please see https://stackoverflow.com/questions/65940340/how-to-update-an-excel-file-in-java – Gaj Julije Mar 15 '21 at 14:12
-
1Thanks!! I'll try the guide of VInceLomba, right? because i Use python... – lolino Mar 15 '21 at 14:30
-
@Gaj Julije It also works for python ? – lolino Mar 19 '21 at 10:31
-
1Not sure, python has it own libraries. see https://wiki.python.org/jython/PoiExample – Gaj Julije Mar 19 '21 at 11:39