Skip to content

fix readXls read null error and writexls many rows error#115

Open
qadzhang wants to merge 2 commits intocardillo:masterfrom
qadzhang:master
Open

fix readXls read null error and writexls many rows error#115
qadzhang wants to merge 2 commits intocardillo:masterfrom
qadzhang:master

Conversation

@qadzhang
Copy link

@qadzhang qadzhang commented May 16, 2022

readXls method When reading xls, if an empty column is encountered, the content of the subsequent column will be filled in it, causing the data of the subsequent column of the generated dataframe to be inconsistent with the column corresponding to the data

in xls like:

AA	BB	CC
sds	 	sd
readXls :
  	 AA	BB	CC
 0	sds	sd

writexls fix thins error:
java.lang.IllegalStateException: The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook

qadzhang added 2 commits May 16, 2022 15:00
readXls method When reading xls, if an empty column is encountered, the content of the subsequent column will be filled in it, causing the data of the subsequent column of the generated dataframe to be inconsistent with the column corresponding to the data

in xls like:

AA	BB	CC
sds	 	sd
readXls :
  	 AA	BB	CC
 0	sds	sd
…lowing error

fix writexls  java.lang.IllegalStateException: The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook
@qadzhang qadzhang changed the title fix readXls read null error fix readXls read null error and writexls many rows error May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant