3.2.0

Null values in cells with number formats

Null values in cells with number formats should be
empty and not zero like "0.00".
Thomas Henrichs
June 19,
format.setErrorText("");
            format.setErrorValue(0);


first will set the text you want, second will make help with sorting
Ryan Garabedian
June 20,
format.setErrorText("");
            format.setErrorValue(0);


first line will set the text you see, second will help with sorting
Ryan Garabedian
June 20,

This topic is archived.

See also:


Back to support forum