This is:
- [ ] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
1.7.0
My sheet title contain "/" e.g "test Title/B2" and it cause this error.
I don't know what else character cause this error too.
How do I solved it. User should be input what ever they want.
Sorry for my bad english
No! Users ____shouldn't____ be able to input whatever they want; because MS Excel has rules for the naming of worksheets:
history in either lower or uppercase. History is reserved by Excel for tracking changes between shared workbooks.A to Z, and any number from 0 to 9 can be used.~ ! @ # $ % ^ & ( ) - _ = + { } | ; : , < . >' ) cannot be used at the beginning or end of a worksheet name, but can be used in the middle of a name.\ / ? * [ ] :
Most helpful comment
No! Users ____shouldn't____ be able to input whatever they want; because MS Excel has rules for the naming of worksheets:
historyin either lower or uppercase.Historyis reserved by Excel for tracking changes between shared workbooks.AtoZ, and any number from0to9can be used.~!@#$%^&()-_=+{}|;:,<.>') cannot be used at the beginning or end of a worksheet name, but can be used in the middle of a name.\/?*[]: