Solved
WRITEEXCEL Problem
- March 29, 2018
- 1 reply
- 2242 views
I found a problem with WRITEEXCEL. Wondering if anyone has a workaround. If I write output to Excel (let's say 1,2,3,4...20) it writes those 20 rows to excel. Then, if I change my result to (1,2,3,4...10) it writes 10 rows. However, in the excel file the data in rows 11-20 are still there from the previous result. So I have 10 rows of good data and 10 unwanted rows. If I use WRITECSV it overwrites the entire file and I only get the 10 I want. So, I can use that but is there a way to fix it for WRITEEXCEL? Is this a bug or a 'feature'? Using prime 4.0. Thanks.


