error: spreadsheet-sheet-name not declared
Hello
I created a rtf template that will output in Excel. It has page breaks at beginning of each page <?spreadsheet-sheet-name:{‘A’}?>
<?spreadsheet-sheet-name:{‘C’}?>, <?spreadsheet-sheet-name:{‘C’}?>
This works when I click Excel on desktop version and splits into 3 worksheets named A, B,C. But not when I click Excel 2000. When I upload the template to XML admin. I receive an error:
Caused by: org.xml.sax.SAXException: Namespace prefix 'spreadsheet-sheet-name' used but not declared.
How to resolve this error?