We created Excel file through jexcel library the file stays in ReadOnly mode. The message from Excel is: The file is locked for editing by "".
Please, advice.
Please, advice.
'add some cells etc
wb.Write
wb.Close
Log("sheetcount=" & wb.NumberOfSheets)
wb.Close calls the native close method.
Have you tried the code I posted in post #2?
It is not related to Java. It seems like an issue with the native JXL library.