Hi,
I’ve been trying to figure out how I can make a few minor modifications (programmatically entering data into cells) to an existing .xls document in VB .NET. The LibreOffice SDK comes with a couple of .NET examples, both of which deal with the creation of new documents. A lot of this is very handy, but it doesn’t specify when/where I can ‘open’ an existing file in order to edit it. How can I go about doing this?
Thanks for your help.