Community Profile

photo

Sofie


Active since 2013

Statistics

  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
How can I fix java.io.FileNotFoundException errors for .tmp files occurring while writing to excel files?
Hi Nish, I was able to fix a similar problem by using ActiveX instead of xlswrite. I posted the answer to my own question <...

10 years ago | 0

| accepted

Answered
How can I avoid java.io.FileNotFoundException for temp files after multiple xlsread/xlswrite operations?
I was able to fix the problem by replacing the xlsread/xlswrite functions with equivalent ActiveX functions. I didn't want to us...

10 years ago | 0

| accepted

Question


How can I avoid java.io.FileNotFoundException for temp files after multiple xlsread/xlswrite operations?
I'm running simulations that require multiple write and read interactions with Excel in each iteration. I use xlsread and xlswri...

10 years ago | 1 answer | 0

1

answer