Hi,
I have created a .xlsx workbook using VSTS2008 which is password protected.
After that i am writing custom code to do silent installation so that the workbook can be opened at any location without copying .vsto file in that location.
I am using Aspose.cells on this workbook to do some changes and saving it. Once i open this file it is showing "some of the data has been lost" info message.
Can you tell me what should i do so that when i open this file it should not show this message.
Attached are the files having code to do silent installation and generating excel using Aspose.cells
Thanks