Sheets.CodeName cannot be get when pagesetup is defined #1798

Closed
opened 2020-03-16 03:37:43 +00:00 by KathSssss · 0 comments
KathSssss commented 2020-03-16 03:37:43 +00:00 (Migrated from github.com)

It is found that the CodeName of worksheet cannot be returned when page setup property is set:
The sheetPr tag without pagesetup:

<sheetPr codeName="custom_sh_code_name"/>

The sheetPr tag with pagesetup:

<sheetPr codeName="custom_sh_code_name">
	<pageSetUpPr fitToPage="1"/>
</sheetPr>
It is found that the CodeName of worksheet cannot be returned when page setup property is set: The sheetPr tag without pagesetup: <sheetPr codeName="custom_sh_code_name"/> The sheetPr tag with pagesetup: <sheetPr codeName="custom_sh_code_name"> <pageSetUpPr fitToPage="1"/> </sheetPr>
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#1798
No description provided.