-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Support for MS Excel Data Entity Types #1853
Comments
The Excel Data Types are fairly complex, here is the definition in javascript: https://learn.microsoft.com/en-us/javascript/api/excel/excel.entitycellvalue?view=excel-js-preview @xuri as you are very familiar with the Excel internal structures, how much effort would do you think it will take to implement support for these Excel Data Types? |
@jankrynauw Implementing this. |
Thanks for your issue. Sorry, after evaluating, I'm afraid no plan to add this feature recently. I'll certainly accept that patch if somebody did that. |
I am applying the patch for it soon, would love to have your review on it. |
Note that |
Hi, I'm the owner of the |
I've updated the package to a BSD 3 clauses license. |
MS Excel supports Data Entity Types which allows one to store and display richer data structures within Excel.
https://learn.microsoft.com/en-us/office/dev/add-ins/excel/excel-data-types-entity-card
I have attached a workbook with an example:
Data Entity Example.xlsx
Are there any plans to support these data types, for example something along the lines of
We have written a lightweight go library which creates the correct Entity Type objects in Go: Alis Build - Excel
This package has a .ToJSON() property which creates a valid Data Entity object required by MS Excel:
The text was updated successfully, but these errors were encountered: