Hi all,
I have about 200 xlsx files that are exportable to XML.
So I want to automate the process of export (not conversion but export).
Here is a pseudo code :
How can I do that ?
Thanks in advance
I have about 200 xlsx files that are exportable to XML.
So I want to automate the process of export (not conversion but export).
Here is a pseudo code :
Code:
For each xlsx file
begin
open file with Excel
go to developper tab
export to XML
set xmlFilename
save xmlFilename
endThanks in advance