M
m_karbala
Hi,
I have a have a excel file in XML format. In the first cell I want t
have a exact formula not a reference formula, meaning instead o
formula="=RC[1]+R[1]C[2]" I want it to be formula="=A1+B1". Is ther
anybody how can help me in this case?
Here is the file. You just need to save it as xml and open it with th
excel.
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-comffice:spreadsheet"
xmlns="urn:schemas-microsoft-comfficeffice"
xmlns:x="urn:schemas-microsoft-comffice:excel"
xmlns:ss="urn:schemas-microsoft-comffice:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table >
<Row>
<Cell ss:Formula="=RC[1]+R[1]C[2]">
</Cell>
</Row>
</Table>
</Worksheet>
</Workbook
I have a have a excel file in XML format. In the first cell I want t
have a exact formula not a reference formula, meaning instead o
formula="=RC[1]+R[1]C[2]" I want it to be formula="=A1+B1". Is ther
anybody how can help me in this case?
Here is the file. You just need to save it as xml and open it with th
excel.
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-comffice:spreadsheet"
xmlns="urn:schemas-microsoft-comfficeffice"
xmlns:x="urn:schemas-microsoft-comffice:excel"
xmlns:ss="urn:schemas-microsoft-comffice:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table >
<Row>
<Cell ss:Formula="=RC[1]+R[1]C[2]">
</Cell>
</Row>
</Table>
</Worksheet>
</Workbook