-
Notifications
You must be signed in to change notification settings - Fork 404
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
Corruption/Loss of Data with Excel Data Types (stock, currency, etc) #1660
Comments
Does |
No, that has the same issue. |
if you have plain text in the col A. does it work? not sure of the image and/or the ; colon |
If it was plain text it is fine, but this has been converted to an Excel Data Type. Setting up the data type, you would enter a ticker such as VOO as plain text in A1 and then convert it. I've included a GIF to show how to set this up if you were not aware. EDIT: I can update this Workbook without issue when working directly with the COM Object. |
Yeah, the COM approach is completely different. I don't think the translation in the EPPlus layer is handling it and I don't have control over that. |
The following will cause corruption or loss of data to an existing sheet (sheet1) that contains Excel Data Types such as stocks.
Before:
![before](https://private-user-images.githubusercontent.com/33239764/389003047-7346ba79-0444-4993-b57d-013150b45d9b.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjUxMjYsIm5iZiI6MTczOTU2NDgyNiwicGF0aCI6Ii8zMzIzOTc2NC8zODkwMDMwNDctNzM0NmJhNzktMDQ0NC00OTkzLWI1N2QtMDEzMTUwYjQ1ZDliLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwMjcwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUxYWUyZGU0MmFlOWNlNWIyMDViOTcxOWQ5ZWVkOTFjMmY5NTk4N2NjOTNlZDUyNTAwNTg4NDlkMGZlNzM1NzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GNvyRLoo-_1KfpSrMBYKOMUKsve7eCX0Of-1mgQ3m7c)
After:
![after](https://private-user-images.githubusercontent.com/33239764/389003042-7221023a-bf80-42f5-8ddb-69fe01afd7b0.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjUxMjYsIm5iZiI6MTczOTU2NDgyNiwicGF0aCI6Ii8zMzIzOTc2NC8zODkwMDMwNDItNzIyMTAyM2EtYmY4MC00MmY1LThkZGItNjlmZTAxYWZkN2IwLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwMjcwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhODc4ZWY4NzE5ZGQ2MTAzOWQyZmRlMGRiMzZjMDMxODY1YmEzM2ZmN2UzYmIwMzdiMGQ2OTg2ZWQxMjZhMzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GrsK2S6RMYL2n9gAua5ldLox6lczEwoib4JZd4VgUPw)
Excel Workbook as example data:
invest.xlsx
The text was updated successfully, but these errors were encountered: