Replies: 1 comment
-
Thanks for your feedback. This is similar to issue #619, #1208. Currently, you need to convert the input to the Excelize required data types by yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a struct that
maps mysql database tables
, some fields are required and some are optionalI parse and store in the database in batches as follows
However, this method binds the
relative order of the columns of the excel file
. If I need to enter the data ofTest0, Test1, and Test4
, I still have to create a five-column excel file, in which the third and fourth columns are empty, to make sure it is correct.Is there any other convenient way to do field matching?
Beta Was this translation helpful? Give feedback.
All reactions