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

[BUG] date (format) not properly read / written #80

Open
Brilator opened this issue Dec 12, 2023 · 1 comment
Open

[BUG] date (format) not properly read / written #80

Brilator opened this issue Dec 12, 2023 · 1 comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Brilator
Copy link

Popped up while using ARCitect and copy-pasting a date from another excel file to the isa.investigation.xlsx of a new ARC.
When the date format is changed (via Excel) the out format can be messed up.

#r "nuget:FsSpreadsheet.ExcelIO"

open FsSpreadsheet
open FsSpreadsheet.ExcelIO

FsWorkbook.fromXlsxFile("isa.investigation.xlsx").ToFile("out.xlsx")
@Brilator Brilator added the bug Something isn't working label Dec 12, 2023
@HLWeil
Copy link
Member

HLWeil commented Feb 12, 2024

What format was the input value in? (e.g. DD/MM/YY)

What was the error with the output? Was it not a date anymore, just a different format or a wrong date?

@kMutagene kMutagene added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed bug Something isn't working labels 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

3 participants