I have no issues writing to an excel spreadsheet saved as "xls", "csv" or "text". Never did.
But if I now try to write to the latest Excel spreadsheet format (.xlsx) the file becomes corrupted.
In other words, I make an ".xlxs" spreadsheet and save it. I can open and reopen from the finder, modify and save as needed. If I then try to write to that file:
Code: Select all
open file filePathName for text write
write "xyz" to file pathName
close file filePathName
OSX 10.9.5. LC 6.7.9 (yes, I know...)
Craig Newman