Hi.
Does XLSReadWrite support .xlsm files?
Best regards
d3nton
XLSM support
Re: XLSM support
Hello
Yes, XLSM is the same as XLSX but XLSM files are macro enabled.
Yes, XLSM is the same as XLSX but XLSM files are macro enabled.
Lars Arvidsson, Axolot Data
Re: XLSM support
Thank you.
How do I create a xlsm file?
The following example results in an invalid xlsm file.
var
ExcelFile5 : TXLSReadWriteII5;
begin
ExcelFile5 := TXLSReadWriteII5.Create(nil);
ExcelFile5.Filename := 'C:\output.xlsm';
ExcelFile5[0].AsString[0,0] := 'test';
ExcelFile5.Write;
best regards.
How do I create a xlsm file?
The following example results in an invalid xlsm file.
var
ExcelFile5 : TXLSReadWriteII5;
begin
ExcelFile5 := TXLSReadWriteII5.Create(nil);
ExcelFile5.Filename := 'C:\output.xlsm';
ExcelFile5[0].AsString[0,0] := 'test';
ExcelFile5.Write;
best regards.
Re: XLSM support
Hello
You can't create XLSM files but you can read them.
You can't create XLSM files but you can read them.
Lars Arvidsson, Axolot Data
Re: XLSM support
Okay. Thanks for the prompt reply.
Are there any plans to integrate xlsm-write support?
Or maybe at least writing 'normal' data (e.g. without any new makros) into existing xlsm files?
best regards.
Are there any plans to integrate xlsm-write support?
Or maybe at least writing 'normal' data (e.g. without any new makros) into existing xlsm files?
best regards.
Re: XLSM support
Hi!
Any news on this?
Basic xlsm support as mentioned above would be nice.
Any news on this?
Basic xlsm support as mentioned above would be nice.
Re: XLSM support
Hello
An XLSM files contains macros and tehre are no plans for supporting macros right now.
An XLSM files contains macros and tehre are no plans for supporting macros right now.
Lars Arvidsson, Axolot Data