Is it 开发者_开发知识库possible to run existing excel macros in Spreadsheetgear?SpreadsheetGear can open xls and xlsm workbooks with VBA macros, preserve the macros, and save the macros back to disk,
My company has new customers in Brazil and we realized that our excel reports are not working when our Brazilian customers tried to open the reports in their Brazilian versions of excel.
I am looking for a .Net spreadsheet component that could also execute the VBA contained in Excel files.
What is best possible way t开发者_运维技巧o protect Excel work book(read only) and work sheets without using
Hey any body know how to hide cell contains using spre开发者_Python百科adsheet gear.You can set IRange.NumberFormat to \";;;\" to cause the contents of a cell to be hidden. There are also IRange.Formu
How to 开发者_JAVA百科add filter to excel work sheet columns using SpreadsheetGear?By \"filter\", I assume you mean Excel compatible \"AutoFitlers\".
I\'m evaluating the SpreadsheetGear component for Excel file manipulation. However, 开发者_如何学Pythonout of the box the fonts look slightly blurred or hazy when the same spreadsheet is viewed side-b
Development Platform: .NET 2.0 Platform: ASP.NET Spreadsheetgear: 2008 Language: C# Is there a way to retrieve the Length in bytes of a workbook without copying it/saving it to another object?