Skip to content

XLSX read only grabbing 2 decimal places #1245

Open
@alexp8

Description

@alexp8

I have an xlsx file where the cells are "formatted" to show 2 decimal places.

When I read in this file via XlsxReadOptions, only 2 decimal places are being parsed. e.g. 12.123 -> 12.12

Code:

XlsxReadOptions options = XslxRaedOptions.builder(filePath)
    .columnTypes(x -> ColumnType.STRING)
    .missingValueIndicator(indicators)
    .build();
    
Table table = Table.read().usingOptions(options);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions