Hi,
Could you tell when we could expect to have this update? We have a lot of such issues with long strings that are extremely important for our customers. How could we track the new version is released?
Search found 3 matches
- Wed Dec 04, 2013 11:49 am
- Forum: XLSReadWritwII 6
- Topic: Write XML buffer overflow exception
- Replies: 4
- Views: 7001
- Fri Nov 29, 2013 3:28 pm
- Forum: XLSReadWritwII 6
- Topic: Write XML buffer overflow exception
- Replies: 4
- Views: 7001
Write XML buffer overflow exception
Hello,
I got this error ('Write XML buffer overflow') when I tried to write xlsx file with some fields which consist huge string (it was CLOB field received from Oracle DB). With some amount of these fields, Write() method raised the error.
Could you please advise how long strings could be written?
I got this error ('Write XML buffer overflow') when I tried to write xlsx file with some fields which consist huge string (it was CLOB field received from Oracle DB). With some amount of these fields, Write() method raised the error.
Could you please advise how long strings could be written?
- Thu Nov 28, 2013 12:43 pm
- Forum: XLSReadWritwII 6
- Topic: using DirectWrite: questions
- Replies: 0
- Views: 2482
using DirectWrite: questions
Hello, Thank you for you answer, I would like to clarify some items regarding my question below, it is important because I am going to use DirectWrite: 1. I understand we can write data only to one Sheet in one file using DirectWrite, correct? Reading this file to write data in other sheet is imposs...