How to I automate the conversion 开发者_开发百科of .xls workbooks to .xlsm?You can try this code:
Does someone know library for C# to read xlsm 开发者_开发知识库file (Excel 2007 with macro) ?
I recently took a large, stable XLSM file, and split it apart into an XLAM and XLSX.Thousands of cells in the XLSX call (udfs) functions in the XLAM, and each such udf begins with the statement \"Appl
Does anyone know about a good way to accomplish this task? Currently i\'m doing it more ore less this way, but i\'m feeling someway unhappy with this code, unable to say what i could immediately impr