Logged In: NO

just to clarify, the enhancement I listed (above) was with regard to reading "" values from a spreadsheet. this same idea would apply when writing the spreadsheet - since if your class contained a java Integer that was null, perhaps you would like the word "null" or "" or "some other text" inserted to the cell of that specific column when writing the spreadsheet.

what is the default behavior when writing a spreadsheet using a class with a java Primitive that is null? I have not yet tested the writing aspect - just the reading.

Cheers. George