I need to find a solution to update an existing Excel Spreadsheet. There is some code in table 370 (Excel Buffer) that allows a user to write to excel as a new spreadsheet but NOT updating an existing sheet with tabs.
Which dotnet options do I have in order to achieve that?
In older NAV version with Automation it was a lot easier.
Any ideas?
0
Answers
There is a function UpdateBook() in table 370 which you can use to update existing workbook.
Below is an example how to add text to D3 cell:
And what options in your example is there to read the Cel?
I need to compare the cel.value before I will write to it.