Dont work xlsx for russian office 2010
Probably blame decimal separator
You create an invalid xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<dimension ref="A1"></dimension>
<sheetViews>
<sheetView tabSelected="1" showRuler="1" showOutlineSymbols="1" defaultGridColor="1" colorId="64" zoomScale="100" workbookViewId="0"></sheetView>
</sheetViews>
<sheetFormatPr defaultRowHeight="15"></sheetFormatPr>
<sheetData></sheetData>
<pageMargins left="0,7" right="0,7" top="0,75" bottom="0,75" header="0,3" footer="0,3"></pageMargins>
</worksheet>
↧