public final class TxtLoadStyleStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUILT_IN
Set the style as built-in number/datetime when the parsed value are plain numeric/datetime values.
|
static int |
EXACT_FORMAT
Set the exact custom format for the parsed value to make the formatted value be same with the original input one.
|
static int |
NONE
Does not set style for the parsed value.
|
public static final int NONE
public static final int BUILT_IN
Remarks
When ms excel parsing datetime or numeric values according to user's input(such as CSV file), the formatting of those values may be changed, such as leading/tailing zeros of number, year/month/day order of datetime, ...etc. This type is for simulating ms excel's behavior.public static final int EXACT_FORMAT
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.