Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataType is not set correctly when exported to xlsx #19

Open
bvenn opened this issue Mar 24, 2023 · 1 comment
Open

DataType is not set correctly when exported to xlsx #19

bvenn opened this issue Mar 24, 2023 · 1 comment
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@bvenn
Copy link
Member

bvenn commented Mar 24, 2023

Is your feature request related to a problem? Please describe.
When a cell contains "MAR3" with DataType = string, in Excel the cell data type is set to General instead of Text. Therefore it is converted to March-03.

Describe the solution you'd like
The datatype encoded within the model should be correctly converted to Excel types.

Describe alternatives you've considered
None

@omaus
Copy link
Collaborator

omaus commented Mar 24, 2023

The problem is that, atm., we don't have Stylesheet.CellFormat incorporated in our model.
Excel's cell format (General, Text and so on) has nothing to do with our DataType but with those Stylesheet.CellFormats. Thus, we need to implement them to correctly set FsCells to Text (if we want them to be so), see #21.

@omaus omaus moved this to Backlog in ARCStack Jun 5, 2024
@omaus omaus added the Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
None yet
Development

No branches or pull requests

2 participants