excel.save
Save an Excel workbook using the original filename.
bookID number
sucess boolean
local xl = excel.load("c:\\test.xls")
if xl < 1 then
print("Error loading workbook")
else
excel.save()
excel.close(xl)
end if
Generated on the 26 June 2024 at 22:01:28 (UK Time)