Replies: 2 comments 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ogulcan-eu what do you think about this solution? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It seems that the control currently only considers the first sheet from the spreadsheet file. This is understandable, as figuring out how to map entities or tables from multiple sheets could induce a fatal migraine.
However, I believe implementing this feature for standalone-mode could be feasible. I have a use-case where I need to access data from multiple sheets, so I've been experimenting and have something working on my local copy.
Here's what I've done:
GitHub Comparison Link
In essence, I added a property to the ValueData interface to store the sheet name, allowing me to retrieve it later in my application. I've combined all the columns into a single array, albeit in a rather hasty manner.
I won't be submitting a pull request for this, as I'm sure there's a more elegant way to implement this feature. Additionally, I haven't run any unit tests, and my TypeScript knowledge is limited, so there may be mistakes I'm not aware of.
What are your thoughts? Do you think this feature is inline with the scope of the project?
Beta Was this translation helpful? Give feedback.
All reactions