jxlsteam / jxls

Java library for creating Excel reports using Excel templates
http://jxls.sourceforge.net
Apache License 2.0
405 stars 92 forks source link

the command after AZ is invalid? #233

Closed liaoxuewei closed 1 year ago

liaoxuewei commented 1 year ago

It seems that the command after AZ is invalid? Like below issue? https://github.com/jxlsteam/jxls/issues/60

Also like below? IssueB167Test.java ==> Excel templates context variable not found if used beyond column AZ

SoltauFintel commented 1 year ago

Solution: modify PoiTransformer.lastCommentedColumn to work with more columns

liaoxuewei commented 1 year ago

OK,it works, thanks.