Java org.apache.poi.ss.util NumberToTextConverter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.util NumberToTextConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.util NumberToTextConverter.

The text is from its open source code.

Method

StringtoText(double value)
Converts the supplied value to the text representation that Excel would give if the value were to appear in an unformatted cell, or as a literal number in a formula.
Note - the results from this method differ slightly from those of Double.toString() In some special cases Excel behaves quite differently.