Platform specific bugs are relatively uncommon in POI, so it's likely
that your bug will be reproducible on windows too if you set up both
environments identically.  Perhaps you have different versions of POI
deployed on Windows and Linux, or maybe the XLS file differs slightly
between the environments.

>From what I understand you have some code like this:

    cell1.setCellValue(42.0); // works OK
    cell2.setCellValue("March"); // fails with NPE

Unfortunately, this is not enough information diagnose the problem.
Please attach a stack trace - it usually goes a long way to
identifying the problem.

After that, if the solution does not become obvious you might need to
open a Bugzilla entry and attach the XLS file and sample java code.

regards,
Josh

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

Reply via email to