Displaying 1 result from an estimated 1 matches for "worksheetoptions".
2010 Mar 26
0
Reading a SpreadsheetML / XMLNS into R xmlns="urn:schemas-microsoft-com:office:spreadsheet
...les>
<Worksheet ss:Name="age 0in 2010">
<Table ss:ExpandedColumnCount="12" ss:ExpandedRowCount="526" x:FullColumns="1"
x:FullRows="1" ss:DefaultRowHeight="15">
<Row>
[... omission...]
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>