Please tell me what is 's' referring to in SpreadsheetML
Asked
Active
Viewed 561 times
1 Answers
1
The s attribute in a c (for CELL) element gives the index of the STYLE applied to the cell.
Excel Open XML uses a lot of "shorthand" (very short element and attribute names) in order to keep file size as small as possible. Thus, things aren't terribly descriptive.
See also:

Cindy Meister
- 25,071
- 21
- 34
- 43