You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Currently org.dhatim.fastexcel.Worksheet.flush() hardcodes the value of the dimension ref tag to "A1".
It means we cannot customise the value of this tag to correctly reflect the worksheet dimensions.
Suggestion
Add string property that can default to existing hardcoded "A1" value, but allow user to override this if required.
The text was updated successfully, but these errors were encountered:
Hello,
Issue
Currently org.dhatim.fastexcel.Worksheet.flush() hardcodes the value of the dimension ref tag to "A1".
It means we cannot customise the value of this tag to correctly reflect the worksheet dimensions.
Suggestion
Add string property that can default to existing hardcoded "A1" value, but allow user to override this if required.
The text was updated successfully, but these errors were encountered: