.getHeader(2) doesn’t work
.setHeader(2,‘Test Header Right’) works fine bud I can’t read that value with .getHeader(2)
I have version 4.0.1
Any Idea, or is or was there a problem in that version?
.getHeader(2) doesn’t work
.setHeader(2,‘Test Header Right’) works fine bud I can’t read that value with .getHeader(2)
I have version 4.0.1
Any Idea, or is or was there a problem in that version?
Hi,
Downloaded the new version and tried it again, same result _textLeft, _textCenter and _textRight is null
_sheet = _workBook.getWorksheets().get(0)
_pageSetup = sheet.getPageSetup()
_textLeft = _pageSetup.getHeader(0)
_textCenter = _pageSetup.getHeader(1)
_textRight = _pageSetup.getHeader(2)
Hi,
I have tested it with the latest version and it is working fine.
Please download the latest version: Aspose.Cells for Java v7.0.4.7
Please see the code and its output below.
Java