0% found this document useful (0 votes)
76 views11 pages

Rekaguna Abdi Daya

This document contains the XML code for an Excel workbook file. It defines various styles for cells including borders, formatting, and cell types (e.g. currency, percentage). It also contains the structure for a worksheet named "Projects" that includes column headers for a table containing project data.

Uploaded by

Recky Pahlevi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views11 pages

Rekaguna Abdi Daya

This document contains the XML code for an Excel workbook file. It defines various styles for cells including borders, formatting, and cell types (e.g. currency, percentage). It also contains the structure for a worksheet named "Projects" that includes column headers for a table containing project data.

Uploaded by

Recky Pahlevi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

<?xml version="1.0" encoding="iso-8859-1"?

>

<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<LastAuthor>BCI Australia</LastAuthor>
<Created>2021-12-29T14:55:45</Created>
<Version/>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<DownloadComponents/>
<LocationOfComponents HRef="file:///\\"/>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>8000</WindowHeight>
<WindowWidth>10000</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>60</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
<Style ss:ID="Head_Cell">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<Font ss:Bold="1"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Plain_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Curr_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Currency"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Pct_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="0%"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="YesNo_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Yes/No"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Date_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Short Date"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="DateTime_Cell_1">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="General Date"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Plain_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Curr_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Currency"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Pct_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="0%"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="YesNo_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Yes/No"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="Date_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="Short Date"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="DateTime_Cell_2">
<Alignment ss:Vertical="Bottom" ss:WrapText="0"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"
ss:Color="#000000"/>
</Borders>
<NumberFormat ss:Format="General Date"/>
<Interior ss:Color="#ffffff" ss:Pattern="Solid"/>
</Style>
</Styles>

<Worksheet ss:Name="Projects">
<Table ss:ExpandedColumnCount="15" x:FullColumns="1" x:FullRows="1"
ss:DefaultColumnWidth="120">
<Column ss:Width="100"/>

<Row>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">PROJECTID</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">PROJECT_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">PROJECT_TYPE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">PROJECTSTAGE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">FLOOR_AREA</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">STOREYS</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">ADDRESS</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">TOWN</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">PROVINCE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">REMARKS</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">VALUE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">CAT_1_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">VERSION</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">CONST_START</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">CONST_END</Data></Cell>

</Row>

<Row>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">197296002</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">WULING SHOWROOM - KEBON JERUK</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">SHOWROOM - new - 4 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Construction</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">2200</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">4</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jalan Panjang No.8, Kelurahan Kebon. Jeruk, Kecamatan Kebon
Jeruk</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Barat</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Special Capital Region of Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">* 4 storey showroom (approx. 2,200 sq m)
* Workshop
* Sales counter area
* Display area

Building elements include:


* Flooring : homogeneous tile / hardened concrete floor
* Structural : steel construction
* Ceiling : gypsum board
* Roofing : metal sheet roof
* Facade : glass wall cladding
* Walling : brick walls
* Aluminium framed doors &amp; windows
* Split type air conditioning
* Fire protection system
* Security system</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">12000</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Retail</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">5</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">01/11/2021</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">21/03/2022</Data></Cell>

</Row>

</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<DoNotDisplayGridlines/>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Firm Details">
<Table ss:ExpandedColumnCount="15" x:FullColumns="1" x:FullRows="1"
ss:DefaultColumnWidth="120">
<Column ss:Width="100"/>

<Row>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">PROJ_TYPE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">PROJ_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">FIRM_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">FIRM_ADDRESS</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">FIRM_TOWN</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">FIRM_PROVINCE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">CONTACT_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">POSITION</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">ROLE_NAME</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">CONTACT_PHONE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">CONTACT_FAX</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">CONTACT_MOBILE</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">CONTACT_EMAIL</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data ss:Type="String">TENDER_OPEN</Data></Cell>

<Cell ss:StyleID="Head_Cell"><Data
ss:Type="String">TENDER_CLOSE</Data></Cell>

</Row>

<Row>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">SHOWROOM - new - 4 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">WULING SHOWROOM - KEBON JERUK</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Rekaguna Abdi Daya PT</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Graha Vivere, Jalan Letjen S. Parman No. 6, Kelurahan Slipi,
Kecamatan Palmerah</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Barat</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Special Capital Region of Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">George Hadiprayitno</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Director</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Structural Engineer</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552 / 5365 1551</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">george@rekaguna.co.id</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

</Row>

<Row>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">SHOWROOM - new - 4 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">WULING SHOWROOM - KEBON JERUK</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Rekaguna Abdi Daya PT</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Graha Vivere, Jalan Letjen S. Parman No. 6, Kelurahan Slipi,
Kecamatan Palmerah</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Barat</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Special Capital Region of Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">Budi


Setiadi</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Architect</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Architect</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552 / 5365 1551</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">sekretaris@rekaguna.co.id</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>
</Row>

<Row>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">SHOWROOM - new - 4 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">WULING SHOWROOM - KEBON JERUK</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Rekaguna Abdi Daya PT</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Graha Vivere, Jalan Letjen S. Parman No. 6, Kelurahan Slipi,
Kecamatan Palmerah</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Barat</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Special Capital Region of Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Mukodas</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Mechanical Engineer</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Mechanical &amp; Electrical Engineer</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552 / 5365 1551</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62


21 5365 1552</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">sekretaris@rekaguna.co.id</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>

</Row>

</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<DoNotDisplayGridlines/>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>

</Workbook>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy