EXCEL : Export in XML file format
I want to save an Excel spreadsheet in XML format.
To do it, I've done this script :
--- CODE
set File_In to choose file "Choose an Excel file"
tell application "Microsoft Excel"
open File_In
save File_In in "test.xml" as XML spreadsheet
end tell
tell application "Microsoft Excel"
quit saving no
end tell
--- END CODE
Do you know a better way to do it ?
Thanks
Imac 24 and MacBook...iPhone not yet !, Mac OS X (10.4.10)