Hall Maru Shiranui
Hall Maru Shiranui

Reputation: 13

Writing xlsx file with PhpSpreadsheet deletes all the textboxes

I'm creating a system that reads/writes a spreadsheet using PhpSpreadsheet. Does this library support the use of textboxes? When I tried all the textboxes were deleted.

Upvotes: 1

Views: 942

Answers (1)

Mark Baker
Mark Baker

Reputation: 212522

No, PhpSpreadsheet doesn't support any form elements; and features of Excel that aren't supported simply aren't loaded when the file is loaded, so don't exist in the spreadsheet object when it is saved

Upvotes: 2

Related Questions