Excel fgcolor theme swapped. #389
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#389
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I select the fgcolor theme 'lt1' in Excel, the style is like
<fgColor theme="0" />
.But in clrScheme:
so theme 0 represents 'dk1', the same for dk2 and lt2;
Do I need to hardcode in my code to get the right fgcolor color?
References:
http://stackoverflow.com/questions/2760976/theme-confusion-in-spreadsheetml
http://openxmldeveloper.org/discussions/formats/f/14/p/557/1700.aspx