How to write to the SAME excel sheet using JXL API?

后端 未结 1 1225
情歌与酒
情歌与酒 2021-01-16 19:26

I have an excel sheet (located in classpath), which has scenarios to be read and executed.

Once they are executed, I should write back to the SAME e

相关标签:
1条回答
  • 2021-01-16 20:17

    I guess the only way is to create a temporary file of the original file and read the temporary file. Do the validations. Open the original file for writing and display the error message. Finally delete the temporary file :-)

    0 讨论(0)
提交回复
热议问题