Hmm, it is really hard to state what the problem is when we cannot see
the problem in action and also unit tests do not reproduce the
problem.

Can you rule out that another part of your application is cutting off
after 150 characters? Maybe the problem is already happening in code
that runs before the data is sent to POI?

Thanks... Dominik.

On Mon, Aug 4, 2014 at 11:55 AM, Nalini Nizamkar
<[email protected]> wrote:
> Hey Dominik,
>
> Thanks for your reply.
>
> Even I do not see any issues with code.
>
> This code is used to generate certain reports by using data from DB.
> Few of the records are skipped while generating the reports. Only unusual
> thing about the skipped records is, one of the column value with char length
> is more than 150.
> Reading the poi documentation found that the only limitations is for char
> count more than 255 chars.
>
> Not sure why these records are skipped. Also, could not reproduce this issue
> during UT. The issue occurs in only in production.
>
> Please share if any possible root causes for this issue.
>
> Thanks in Advance!
>
> Nalini Nizamkar
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to