0% found this document useful (0 votes)
141 views21 pages

Metakom Sarana Pranata PT (Member of Metakom)

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)
141 views21 pages

Metakom Sarana Pranata PT (Member of Metakom)

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/ 21

<?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:16:42</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">193184002</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">WAREHOUSES (2) - new - 2 storey</Data></Cell>

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

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

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Desa Cibuntu, Kecamatan Cibitung</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Kota Bekasi</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">* 2 x 2 storey logistics (approx. 163,800 sq m)
* Loading area
* Storage area
* Management office

Building elements include:


* Flooring : ceramic tile / hardened concrete floor
* Structural : steel construction
* Ceiling : metal ceiling
* Walling : light brick walls
* Facade : metal cladding
* Roofing : metal sheet roofing
* Duct connected air conditioning
* Aluminium framed doors &amp; windows / metal doors
* Security system
* Fire protection system</Data></Cell>

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

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

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

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">01/12/2023</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Logos Sea Indonesia PT (subsidiary of Logos Property
Group)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Revenue Tower SCBD 25th Floor Jalan Jendral Sudirman No. 52-53,
Kelurahan Senayan, Kecamatan Kebayoran Baru</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Selatan</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"></Data></Cell>

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

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

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


21 5064 5014</Data></Cell>

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


available</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">info@logosproperty.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Multibrata Anugerah Utama PT - Bandung</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jalan Raya Cijerah No.19, Kelurahan Cijerah, Kecamatan Bandung
Kulon</Data></Cell>

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


Bandung</Data></Cell>

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


Java</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Manager of Purchasing Division</Data></Cell>

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


Contractor</Data></Cell>

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


22 603 4572 / 603 1235 / 604 2408</Data></Cell>

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


22 603 1252</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">purchase@mau.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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Metakom Sarana Pranata PT (member of Metakom)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jalan Puri Kencana Blok K7 No. 2 E - F, Kelurahan Kembangan
Selatan, Kecamatan Kembangan</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">Nanang Jandiharto</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Project Director</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 582 3167 / 582 6178</Data></Cell>

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


21 582 3168</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">msp@metakom.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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Total Bangun Persada Tbk PT</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Total Building, Jalan Letjen S. Parman Kavling 106, Kelurahan
Tomang, Kecamatan Grogol Petamburan</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">Bambang Wahyu</Data></Cell>

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

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


Contractor</Data></Cell>

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


21 566 6999</Data></Cell>

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


21 568 0542 / 566 3069</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String"></Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">logistik@totalbp.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Bimatekno Karyatama Konsultan PT (aka Beca Group
Limited)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Graha Mustika Ratu Centre Floor 2nd, Jalan Jendral Gatot Subroto
Kavling 74 - 75, Kelurahan Menteng Dalam, Kecamatan Tebet</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Selatan</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">Julianti Samosir</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Secretary Project</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 830 7403 / 830 6571</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62
21 830 6565</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">julianti@beca.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

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


Agung Abadi PT</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Kompleks Gading Bukit Indah K No. 1 Jalan Bukit Gading Raya,
Kelapa Gading Barat, Kecamatan Kelapa Gading</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Utara</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">Jahari</Data></Cell>

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

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


Contractor</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data ss:Type="String">62
21 4585 2360 / 4585 0477 / 4585 0478</Data></Cell>

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


21 4585 0482</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">estimate@muri.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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Rider Levett Bucknall - Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Sampoerna Strategic Square, South Tower 19th Floor, Jalan Jendral
Sudirman Kavling 45 - 46, Kelurahan Karet Semanggi, Kecamatan
Setiabudi</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Pusat</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">Clara Andjarwati</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">Quantity Surveyor</Data></Cell>

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


21 5795 2308 / 5795 2309</Data></Cell>

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


available</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">clara.andjarwati@id.rbl.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Tatamulia Nusantara Indah PT - Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Gedung Sapta Mulia, Jalan Rawa Gelam V Kavling OR - 3B, Kawasan
Industri Pulo Gadung, Kelurahan Jatinegara, Kecamatan Cakung</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Timur</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">Deni


Nasarudin</Data></Cell>

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

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


Contractor</Data></Cell>

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


21 460 6960</Data></Cell>

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


21 460 6962</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">deni@tatamulia.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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Logos Sea Indonesia PT (subsidiary of Logos Property
Group)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Revenue Tower SCBD 25th Floor Jalan Jendral Sudirman No. 52-53,
Kelurahan Senayan, Kecamatan Kebayoran Baru</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Selatan</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">Marcia Darmawan</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">General Affairs Division - Office Administrator</Data></Cell>

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

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


21 5064 5014</Data></Cell>

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


available</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">marciadarmawan@logosproperty.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Rider Levett Bucknall - Jakarta</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Sampoerna Strategic Square, South Tower 19th Floor, Jalan Jendral
Sudirman Kavling 45 - 46, Kelurahan Karet Semanggi, Kecamatan
Setiabudi</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Pusat</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">Natalia Panjaitan</Data></Cell>

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

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

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


21 5795 2308 / 5795 2309</Data></Cell>

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


available</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">natalia.panjaitan@id.rlb.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>
<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Logos Sea Indonesia PT (subsidiary of Logos Property
Group)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Revenue Tower SCBD 25th Floor Jalan Jendral Sudirman No. 52-53,
Kelurahan Senayan, Kecamatan Kebayoran Baru</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Selatan</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">Erwin Wong</Data></Cell>

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

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

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


21 5064 5014</Data></Cell>

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


available</Data></Cell>

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

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">info@logosproperty.com</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">WAREHOUSES (2) - new - 2 storey</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">LOGOS PRIME ONE - CIBITUNG</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Bimatekno Karyatama Konsultan PT (aka Beca Group
Limited)</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Graha Mustika Ratu Centre Floor 2nd, Jalan Jendral Gatot Subroto
Kavling 74 - 75, Kelurahan Menteng Dalam, Kecamatan Tebet</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Jakarta Selatan</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">Sari</Data></Cell>

<Cell ss:StyleID="Plain_Cell_1"><Data
ss:Type="String">Staff of Administration</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 830 7403 / 830 6571</Data></Cell>

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


21 830 6565</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>
<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