A family of Microsoft relational database management systems designed for ease of use.
I don't know. Ask them.
I just know that their product description says it can be used to delete worksheets.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Access Database Engine used -
I am using latest Oledb driver from following link. https://www.microsoft.com/en-us/download/details.aspx?id=54920
I used following provider - "Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties="Excel 12.0 Xml; HDR = YES;"";
- "Provider=Microsoft.ACE.OLEDB.16.0;Data Source={0};Extended Properties="Excel 12.0 Xml; HDR = YES;"";
Case 1 -
I am Merging Excel .xlsm file and Excel sheet created using SpreadSheetGear2017.dll in my local code , And then deleting some of the unwanted excel sheet.
Issue - I am Getting exception Unexpected error from external database driver (1).
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I don't know. Ask them.
I just know that their product description says it can be used to delete worksheets.
I would use SpreadSheetGear to delete the sheet.
Thanks Tom,
One more point to note here is, i am not getting any driver exception if I am deleting the sheet without Merging.
Does the SpreadsheetGear need any other driver ?
I would use SpreadSheetGear to delete the sheet.