I need to edit an excel file. After reading it, I edit some cells and delete some rows. With .net I was able to complete this task. Using target: onCloud there is a way?
I think it could be possible using Excel Buffer, but I guess it has to be downloaded as a completely new file.
Unfortunately you cannot save files in specific location on the local computer of the user. And reading the excel file you actually read the stream, not the file itself as far as I know.
Answers
Unfortunately you cannot save files in specific location on the local computer of the user. And reading the excel file you actually read the stream, not the file itself as far as I know.