rubyfromexcel 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/examples/checkpoints/checkpoint/checkpoint0.marshal +0 -0
- data/examples/checkpoints/checkpoint/checkpoint1.marshal +0 -0
- data/examples/checkpoints/checkpoint/checkpoint2.marshal +0 -0
- data/examples/checkpoints/checkpoint/checkpoint3.marshal +0 -0
- data/examples/checkpoints/checkpoint/checkpoint4.marshal +0 -0
- data/examples/checkpoints/checkpoint/checkpoint5.marshal +0 -0
- data/examples/ruby-versions/array-formulas-ruby/sheets/sheet1.rb +59 -0
- data/examples/ruby-versions/array-formulas-ruby/sheets/sheet2.rb +9 -0
- data/examples/ruby-versions/array-formulas-ruby/specs/sheet1_rspec.rb +156 -0
- data/examples/ruby-versions/array-formulas-ruby/specs/sheet2_rspec.rb +8 -0
- data/examples/ruby-versions/array-formulas-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/checkpoint-ruby/sheets/sheet1.rb +307 -0
- data/examples/ruby-versions/checkpoint-ruby/sheets/sheet2.rb +148 -0
- data/examples/ruby-versions/checkpoint-ruby/specs/sheet1_rspec.rb +884 -0
- data/examples/ruby-versions/checkpoint-ruby/specs/sheet2_rspec.rb +412 -0
- data/examples/ruby-versions/checkpoint-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/complex-test-ruby/sheets/sheet1.rb +305 -0
- data/examples/ruby-versions/complex-test-ruby/sheets/sheet2.rb +147 -0
- data/examples/ruby-versions/complex-test-ruby/specs/sheet1_rspec.rb +876 -0
- data/examples/ruby-versions/complex-test-ruby/specs/sheet2_rspec.rb +412 -0
- data/examples/ruby-versions/complex-test-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/namedReferenceTest-ruby/sheets/sheet1.rb +9 -0
- data/examples/ruby-versions/namedReferenceTest-ruby/sheets/sheet2.rb +8 -0
- data/examples/ruby-versions/namedReferenceTest-ruby/specs/sheet1_rspec.rb +16 -0
- data/examples/ruby-versions/namedReferenceTest-ruby/specs/sheet2_rspec.rb +16 -0
- data/examples/ruby-versions/namedReferenceTest-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/pruning-ruby/sheets/sheet1.rb +18 -0
- data/examples/ruby-versions/pruning-ruby/sheets/sheet2.rb +16 -0
- data/examples/ruby-versions/pruning-ruby/sheets/sheet3.rb +7 -0
- data/examples/ruby-versions/pruning-ruby/specs/sheet1_rspec.rb +28 -0
- data/examples/ruby-versions/pruning-ruby/specs/sheet2_rspec.rb +28 -0
- data/examples/ruby-versions/pruning-ruby/specs/sheet3_rspec.rb +8 -0
- data/examples/ruby-versions/pruning-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/sharedFormulaTest-ruby/sheets/sheet1.rb +15 -0
- data/examples/ruby-versions/sharedFormulaTest-ruby/specs/sheet1_rspec.rb +44 -0
- data/examples/ruby-versions/sharedFormulaTest-ruby/spreadsheet.rb +9 -0
- data/examples/ruby-versions/table-test-ruby/sheets/sheet1.rb +17 -0
- data/examples/ruby-versions/table-test-ruby/sheets/sheet2.rb +5 -0
- data/examples/ruby-versions/table-test-ruby/sheets/sheet3.rb +5 -0
- data/examples/ruby-versions/table-test-ruby/specs/sheet1_rspec.rb +20 -0
- data/examples/ruby-versions/table-test-ruby/specs/sheet2_rspec.rb +8 -0
- data/examples/ruby-versions/table-test-ruby/specs/sheet3_rspec.rb +8 -0
- data/examples/ruby-versions/table-test-ruby/spreadsheet.rb +9 -0
- data/examples/sheets/2050Model.xlsx +0 -0
- data/examples/unzipped-sheets/array-formulas/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/array-formulas/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/docProps/thumbnail.jpeg +0 -0
- data/examples/unzipped-sheets/array-formulas/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/sharedStrings.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/array-formulas/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/checkpoint/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/charts/chart1.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/charts/chart2.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/comments1.xml +5 -0
- data/examples/unzipped-sheets/checkpoint/xl/comments2.xml +5 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing1.xml.rels +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing2.xml.rels +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/drawing1.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/drawing2.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing1.vml +47 -0
- data/examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing2.vml +47 -0
- data/examples/unzipped-sheets/checkpoint/xl/sharedStrings.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet1.xml.rels +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet2.xml.rels +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/checkpoint/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/complex-test/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/complex-test/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/complex-test/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/complex-test/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/charts/chart1.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/charts/chart2.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/comments1.xml +5 -0
- data/examples/unzipped-sheets/complex-test/xl/comments2.xml +5 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing1.xml.rels +2 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing2.xml.rels +2 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/drawing1.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/drawing2.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing1.vml +46 -0
- data/examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing2.vml +46 -0
- data/examples/unzipped-sheets/complex-test/xl/sharedStrings.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet1.xml.rels +2 -0
- data/examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet2.xml.rels +2 -0
- data/examples/unzipped-sheets/complex-test/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/complex-test/xl/worksheets/sheet3.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/docProps/thumbnail.jpeg +0 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/pruning/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/pruning/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/pruning/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/pruning/docProps/thumbnail.jpeg +0 -0
- data/examples/unzipped-sheets/pruning/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/pruning/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/sharedStrings.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/tables/table1.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/worksheets/_rels/sheet2.xml.rels +2 -0
- data/examples/unzipped-sheets/pruning/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/pruning/xl/worksheets/sheet3.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/docProps/thumbnail.jpeg +0 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/sharedFormulaTest/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/table-test/[Content_Types].xml +2 -0
- data/examples/unzipped-sheets/table-test/docProps/app.xml +2 -0
- data/examples/unzipped-sheets/table-test/docProps/core.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/_rels/workbook.xml.rels +2 -0
- data/examples/unzipped-sheets/table-test/xl/calcChain.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/printerSettings/printerSettings1.bin +0 -0
- data/examples/unzipped-sheets/table-test/xl/sharedStrings.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/styles.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/tables/table1.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/theme/theme1.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/workbook.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/worksheets/_rels/sheet1.xml.rels +2 -0
- data/examples/unzipped-sheets/table-test/xl/worksheets/sheet1.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/worksheets/sheet2.xml +2 -0
- data/examples/unzipped-sheets/table-test/xl/worksheets/sheet3.xml +2 -0
- data/lib/formulae/compile/formula_builder.rb +1 -0
- data/lib/formulae/parse/formula_peg.rb +3 -3
- data/lib/formulae/parse/formula_peg.txt +3 -3
- data/lib/formulae/run/excel_functions.rb +10 -3
- data/spec/excel_functions_spec.rb +21 -0
- data/spec/formula_peg_spec.rb +3 -0
- metadata +156 -3
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><fonts count="1"><font><sz val="10"/><color theme="1"/><name val="Arial"/><family val="2"/></font></fonts><fills count="2"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill></fills><borders count="1"><border><left/><right/><top/><bottom/><diagonal/></border></borders><cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs><cellXfs count="2"><xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"/><xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0" applyNumberFormat="1"/></cellXfs><cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles><dxfs count="1"><dxf><numFmt numFmtId="0" formatCode="General"/></dxf></dxfs><tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleLight16"/></styleSheet>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<table xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" id="1" name="Table1" displayName="Table1" ref="B2:D5" totalsRowShown="0"><autoFilter ref="B2:D5"/><tableColumns count="3"><tableColumn id="1" name="Column A"/><tableColumn id="2" name="Column B "/><tableColumn id="3" name="Column C" dataDxfId="0"><calculatedColumnFormula>[Column A]+[[Column B ]]</calculatedColumnFormula></tableColumn></tableColumns><tableStyleInfo name="TableStyleMedium9" showFirstColumn="0" showLastColumn="0" showRowStripes="1" showColumnStripes="0"/></table>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme"><a:themeElements><a:clrScheme name="Office"><a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1><a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1><a:dk2><a:srgbClr val="1F497D"/></a:dk2><a:lt2><a:srgbClr val="EEECE1"/></a:lt2><a:accent1><a:srgbClr val="4F81BD"/></a:accent1><a:accent2><a:srgbClr val="C0504D"/></a:accent2><a:accent3><a:srgbClr val="9BBB59"/></a:accent3><a:accent4><a:srgbClr val="8064A2"/></a:accent4><a:accent5><a:srgbClr val="4BACC6"/></a:accent5><a:accent6><a:srgbClr val="F79646"/></a:accent6><a:hlink><a:srgbClr val="0000FF"/></a:hlink><a:folHlink><a:srgbClr val="800080"/></a:folHlink></a:clrScheme><a:fontScheme name="Office"><a:majorFont><a:latin typeface="Cambria"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="MS Pゴシック"/><a:font script="Hang" typeface="맑은 고딕"/><a:font script="Hans" typeface="宋体"/><a:font script="Hant" typeface="新細明體"/><a:font script="Arab" typeface="Times New Roman"/><a:font script="Hebr" typeface="Times New Roman"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="MoolBoran"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Times New Roman"/><a:font script="Uigh" typeface="Microsoft Uighur"/></a:majorFont><a:minorFont><a:latin typeface="Calibri"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="MS Pゴシック"/><a:font script="Hang" typeface="맑은 고딕"/><a:font script="Hans" typeface="宋体"/><a:font script="Hant" typeface="新細明體"/><a:font script="Arab" typeface="Arial"/><a:font script="Hebr" typeface="Arial"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="DaunPenh"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Arial"/><a:font script="Uigh" typeface="Microsoft Uighur"/></a:minorFont></a:fontScheme><a:fmtScheme name="Office"><a:fillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="1"/></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:shade val="51000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="80000"><a:schemeClr val="phClr"><a:shade val="93000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="94000"/><a:satMod val="135000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="0"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults/><a:extraClrSchemeLst/></a:theme>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><fileVersion appName="xl" lastEdited="4" lowestEdited="4" rupBuild="4505"/><workbookPr defaultThemeVersion="124226"/><bookViews><workbookView xWindow="120" yWindow="45" windowWidth="14175" windowHeight="5325"/></bookViews><sheets><sheet name="Sheet1" sheetId="1" r:id="rId1"/><sheet name="Sheet2" sheetId="2" r:id="rId2"/><sheet name="Sheet3" sheetId="3" r:id="rId3"/></sheets><calcPr calcId="125725"/></workbook>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/table" Target="../tables/table1.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings" Target="../printerSettings/printerSettings1.bin"/></Relationships>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><dimension ref="B2:D5"/><sheetViews><sheetView tabSelected="1" workbookViewId="0"><selection activeCell="B15" sqref="B15"/></sheetView></sheetViews><sheetFormatPr defaultRowHeight="12.75"/><cols><col min="2" max="2" width="11.28515625" customWidth="1"/><col min="3" max="3" width="11.85546875" customWidth="1"/><col min="4" max="4" width="11.28515625" customWidth="1"/></cols><sheetData><row r="2" spans="2:4"><c r="B2" t="s"><v>0</v></c><c r="C2" t="s"><v>1</v></c><c r="D2" t="s"><v>2</v></c></row><row r="3" spans="2:4"><c r="B3"><v>1</v></c><c r="C3"><v>2</v></c><c r="D3" s="1"><f>[Column A]+[[Column B ]]</f><v>3</v></c></row><row r="4" spans="2:4"><c r="B4"><v>3</v></c><c r="C4"><v>4</v></c><c r="D4" s="1"><f>[Column A]+[[Column B ]]</f><v>7</v></c></row><row r="5" spans="2:4"><c r="B5"><v>5</v></c><c r="C5"><v>6</v></c><c r="D5" s="1"><f>[Column A]+[[Column B ]]</f><v>11</v></c></row></sheetData><pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/><pageSetup paperSize="9" orientation="portrait" r:id="rId1"/><tableParts count="1"><tablePart r:id="rId2"/></tableParts></worksheet>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><dimension ref="A1"/><sheetViews><sheetView workbookViewId="0"><selection activeCell="B5" sqref="B5"/></sheetView></sheetViews><sheetFormatPr defaultRowHeight="12.75"/><sheetData/><pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/></worksheet>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
+
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><dimension ref="A1"/><sheetViews><sheetView workbookViewId="0"/></sheetViews><sheetFormatPr defaultRowHeight="12.75"/><sheetData/><pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/></worksheet>
|
|
@@ -173,6 +173,7 @@ module RubyFromExcel
|
|
|
173
173
|
excel_function :roundup
|
|
174
174
|
excel_function :rounddown
|
|
175
175
|
excel_function :mod
|
|
176
|
+
excel_function :pmt
|
|
176
177
|
|
|
177
178
|
def standard_function(name_to_use_in_ruby,args)
|
|
178
179
|
"#{name_to_use_in_ruby}(#{args.map {|a| a.visit(self) }.join(',')})"
|
|
@@ -13,7 +13,7 @@ class Formula < RubyPeg
|
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
def expression
|
|
16
|
-
string_join ||
|
|
16
|
+
string_join || comparison || arithmetic || thing
|
|
17
17
|
end
|
|
18
18
|
|
|
19
19
|
def thing
|
|
@@ -50,7 +50,7 @@ class Formula < RubyPeg
|
|
|
50
50
|
|
|
51
51
|
def comparison
|
|
52
52
|
node :comparison do
|
|
53
|
-
thing && space && comparator && space && thing
|
|
53
|
+
(arithmetic || thing) && space && comparator && space && (arithmetic || thing)
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
|
|
@@ -111,7 +111,7 @@ class Formula < RubyPeg
|
|
|
111
111
|
end
|
|
112
112
|
|
|
113
113
|
def table_name
|
|
114
|
-
terminal(/[.a-zA-Z0-
|
|
114
|
+
terminal(/[.a-zA-Z0-9_]+/)
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
def range_structured_reference
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
formula := space? expression+
|
|
2
|
-
expression = string_join |
|
|
2
|
+
expression = string_join | comparison | arithmetic | thing
|
|
3
3
|
thing = function | brackets | any_reference | string | percentage | number | boolean | prefix | named_reference
|
|
4
4
|
argument = expression | null
|
|
5
5
|
function := /[A-Z]+/ `'(' space argument? (space `',' space argument)* space `')'
|
|
6
6
|
brackets := `'(' space expression+ space `')'
|
|
7
7
|
string_join := thing (space `"&" space thing)+
|
|
8
8
|
arithmetic := thing (space operator space thing)+
|
|
9
|
-
comparison := thing space comparator space thing
|
|
9
|
+
comparison := (arithmetic | thing) space comparator space (arithmetic | thing)
|
|
10
10
|
comparator := '>=' | '<=' | '<>' | '>' | '<' | '='
|
|
11
11
|
string := `'"' /[^"]*/ `'"'
|
|
12
12
|
any_reference = external_reference | any_internal_reference
|
|
@@ -17,7 +17,7 @@ operator := '+' | '-' | '/' | '*' | '^'
|
|
|
17
17
|
external_reference := /\[\d+\]!?/ any_internal_reference
|
|
18
18
|
table_reference := table_name `'[' (range_structured_reference | complex_structured_reference | simple_structured_reference) `']'
|
|
19
19
|
local_table_reference := `'[' (range_structured_reference | complex_structured_reference | overly_structured_reference | simple_structured_reference) `']'
|
|
20
|
-
table_name = /[.a-zA-Z0-
|
|
20
|
+
table_name = /[.a-zA-Z0-9_]+/
|
|
21
21
|
range_structured_reference = /\[[^\u005d]*\],\[[^\u005d]*\]:\[[^\u005d]*\]/
|
|
22
22
|
complex_structured_reference = /\[[^\u005d]*\],\[[^\u005d]*\]/
|
|
23
23
|
overly_structured_reference = `'[' simple_structured_reference `']'
|
|
@@ -134,6 +134,10 @@ module RubyFromExcel
|
|
|
134
134
|
return :na unless divisor.is_a?(Numeric)
|
|
135
135
|
number % divisor
|
|
136
136
|
end
|
|
137
|
+
|
|
138
|
+
def pmt(rate,periods,principal)
|
|
139
|
+
-principal*(rate*((1+rate)**periods))/(((1+rate)**periods)-1)
|
|
140
|
+
end
|
|
137
141
|
|
|
138
142
|
def sum(*args)
|
|
139
143
|
flatten_and_inject(args) do |counter,arg|
|
|
@@ -208,9 +212,11 @@ module RubyFromExcel
|
|
|
208
212
|
def max(*args)
|
|
209
213
|
args = args.map { |arg| arg.respond_to?(:to_a) ? arg.to_a : arg }
|
|
210
214
|
args.flatten!
|
|
215
|
+
if (error = args.find { |arg| iserr(arg) })
|
|
216
|
+
return error
|
|
217
|
+
end
|
|
211
218
|
args.delete_if { |arg| !arg.kind_of?(Numeric) }
|
|
212
219
|
args.delete_if { |arg| arg.kind_of?(Empty) }
|
|
213
|
-
return error if error = args.find { |arg| iserr(arg) }
|
|
214
220
|
args.max
|
|
215
221
|
end
|
|
216
222
|
|
|
@@ -344,11 +350,12 @@ module RubyFromExcel
|
|
|
344
350
|
|
|
345
351
|
def iserr(arg)
|
|
346
352
|
return true if arg.is_a? Symbol
|
|
347
|
-
return true if arg.
|
|
353
|
+
return true if arg.respond_to?(:nan?) && arg.nan?
|
|
354
|
+
return true if arg.respond_to?(:infinite?) && arg.infinite?
|
|
348
355
|
false
|
|
349
356
|
end
|
|
350
357
|
|
|
351
|
-
def excel_if(condition,true_value,false_value)
|
|
358
|
+
def excel_if(condition,true_value,false_value = false)
|
|
352
359
|
condition ? true_value : false_value
|
|
353
360
|
end
|
|
354
361
|
|
|
@@ -173,6 +173,10 @@ describe "max" do
|
|
|
173
173
|
it "should return the argument with the greatest value" do
|
|
174
174
|
FunctionTest.max(1,"two",FunctionTest.a('a1','a3')).should == 100
|
|
175
175
|
end
|
|
176
|
+
it "should return an error if any of its inputs are errors" do
|
|
177
|
+
FunctionTest.max(1,"two",FunctionTest.a('a1','a3'),:ref).should == :ref
|
|
178
|
+
end
|
|
179
|
+
|
|
176
180
|
end
|
|
177
181
|
|
|
178
182
|
describe "min" do
|
|
@@ -193,6 +197,11 @@ describe "iserr" do
|
|
|
193
197
|
FunctionTest.iserr(:ref).should == true
|
|
194
198
|
end
|
|
195
199
|
|
|
200
|
+
it "should return true if passed nan or infinity" do
|
|
201
|
+
FunctionTest.iserr(0.0/0.0).should == true
|
|
202
|
+
FunctionTest.iserr(10.0/0.0).should == true
|
|
203
|
+
end
|
|
204
|
+
|
|
196
205
|
it "should return false if passed anything else" do
|
|
197
206
|
FunctionTest.iserr(123).should == false
|
|
198
207
|
end
|
|
@@ -206,6 +215,11 @@ describe "excel_if" do
|
|
|
206
215
|
it "should return its third argument if its first argument is false" do
|
|
207
216
|
FunctionTest.excel_if(false,:second,:third).should == :third
|
|
208
217
|
end
|
|
218
|
+
|
|
219
|
+
it "should have a default value of false for its second argument" do
|
|
220
|
+
FunctionTest.excel_if(true,:second).should == :second
|
|
221
|
+
FunctionTest.excel_if(false,:second).should == false
|
|
222
|
+
end
|
|
209
223
|
end
|
|
210
224
|
|
|
211
225
|
describe "iferror" do
|
|
@@ -259,6 +273,13 @@ describe "find" do
|
|
|
259
273
|
end
|
|
260
274
|
end
|
|
261
275
|
|
|
276
|
+
describe "pmt" do
|
|
277
|
+
it "should calculate the monthly payment required for a given principal, interest rate and loan period" do
|
|
278
|
+
FunctionTest.pmt(0.1,10,100).should be_within(0.01).of(-16.27)
|
|
279
|
+
FunctionTest.pmt(0.0123,99.1,123.32).should be_within(0.01).of(-2.159)
|
|
280
|
+
end
|
|
281
|
+
end
|
|
282
|
+
|
|
262
283
|
describe "ability to respond to empty cell references" do
|
|
263
284
|
it "should return 0 if a reference is made to an empty cell" do
|
|
264
285
|
FunctionTest.a23.should == 0.0
|
data/spec/formula_peg_spec.rb
CHANGED
|
@@ -109,6 +109,8 @@ describe Formula do
|
|
|
109
109
|
Formula.parse('$A$1>=$A$2').to_ast.should == [:formula,[:comparison,[:cell,'$A$1'],[:comparator,">="],[:cell,'$A$2']]]
|
|
110
110
|
Formula.parse('$A$1<=$A$2').to_ast.should == [:formula,[:comparison,[:cell,'$A$1'],[:comparator,"<="],[:cell,'$A$2']]]
|
|
111
111
|
Formula.parse('$A$1<>$A$2').to_ast.should == [:formula,[:comparison,[:cell,'$A$1'],[:comparator,"<>"],[:cell,'$A$2']]]
|
|
112
|
+
Formula.parse("IF(1+2>0,1,0)").to_ast.should == [:formula, [:function, "IF", [:comparison, [:arithmetic, [:number, "1"], [:operator, "+"], [:number, "2"]], [:comparator, ">"], [:number, "0"]], [:number, "1"], [:number, "0"]]]
|
|
113
|
+
Formula.parse("IF(G431-F431+F450>0,G431-F431+F450,0)").to_ast.should == [:formula, [:function, "IF", [:comparison, [:arithmetic, [:cell, "G431"], [:operator, "-"], [:cell, "F431"], [:operator, "+"], [:cell, "F450"]], [:comparator, ">"], [:number, "0"]], [:arithmetic, [:cell, "G431"], [:operator, "-"], [:cell, "F431"], [:operator, "+"], [:cell, "F450"]], [:number, "0"]]]
|
|
112
114
|
end
|
|
113
115
|
|
|
114
116
|
it "returns functions" do
|
|
@@ -125,6 +127,7 @@ describe Formula do
|
|
|
125
127
|
Formula.parse("I.b.Outputs[2007.0]").to_ast.should == [:formula,[:table_reference,'I.b.Outputs','2007.0']]
|
|
126
128
|
Formula.parse("INDEX(Global.Assumptions[Households], MATCH(F$321,Global.Assumptions[Year], 0))").to_ast.should == [:formula, [:function, "INDEX", [:table_reference, "Global.Assumptions", "Households"], [:function, "MATCH", [:cell, "F$321"], [:table_reference, "Global.Assumptions", "Year"], [:number, "0"]]]]
|
|
127
129
|
Formula.parse("MAX(-SUM(I.a.Inputs[2007])-F$80,0)").to_ast.should == [:formula, [:function, "MAX", [:arithmetic, [:prefix, "-", [:function, "SUM", [:table_reference, "I.a.Inputs", "2007"]]], [:operator, "-"], [:cell, "F$80"]], [:number, "0"]]]
|
|
130
|
+
Formula.parse('DeptSales_101[Sale Amount]').to_ast.should == [:formula,[:table_reference,'DeptSales_101','Sale Amount']]
|
|
128
131
|
end
|
|
129
132
|
|
|
130
133
|
it "returns booleans" do
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 9
|
|
9
|
+
version: 0.0.9
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Thomas Counsell, Green on Black Ltd
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-
|
|
17
|
+
date: 2011-04-06 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -134,7 +134,50 @@ files:
|
|
|
134
134
|
- lib/rubyfromexcel.rb
|
|
135
135
|
- lib/runtime/runtime_formula_builder.rb
|
|
136
136
|
- bin/rubyfromexcel
|
|
137
|
+
- examples/checkpoints/checkpoint/checkpoint0.marshal
|
|
138
|
+
- examples/checkpoints/checkpoint/checkpoint1.marshal
|
|
139
|
+
- examples/checkpoints/checkpoint/checkpoint2.marshal
|
|
140
|
+
- examples/checkpoints/checkpoint/checkpoint3.marshal
|
|
141
|
+
- examples/checkpoints/checkpoint/checkpoint4.marshal
|
|
142
|
+
- examples/checkpoints/checkpoint/checkpoint5.marshal
|
|
137
143
|
- examples/create_and_test_examples.rb
|
|
144
|
+
- examples/ruby-versions/array-formulas-ruby/sheets/sheet1.rb
|
|
145
|
+
- examples/ruby-versions/array-formulas-ruby/sheets/sheet2.rb
|
|
146
|
+
- examples/ruby-versions/array-formulas-ruby/specs/sheet1_rspec.rb
|
|
147
|
+
- examples/ruby-versions/array-formulas-ruby/specs/sheet2_rspec.rb
|
|
148
|
+
- examples/ruby-versions/array-formulas-ruby/spreadsheet.rb
|
|
149
|
+
- examples/ruby-versions/checkpoint-ruby/sheets/sheet1.rb
|
|
150
|
+
- examples/ruby-versions/checkpoint-ruby/sheets/sheet2.rb
|
|
151
|
+
- examples/ruby-versions/checkpoint-ruby/specs/sheet1_rspec.rb
|
|
152
|
+
- examples/ruby-versions/checkpoint-ruby/specs/sheet2_rspec.rb
|
|
153
|
+
- examples/ruby-versions/checkpoint-ruby/spreadsheet.rb
|
|
154
|
+
- examples/ruby-versions/complex-test-ruby/sheets/sheet1.rb
|
|
155
|
+
- examples/ruby-versions/complex-test-ruby/sheets/sheet2.rb
|
|
156
|
+
- examples/ruby-versions/complex-test-ruby/specs/sheet1_rspec.rb
|
|
157
|
+
- examples/ruby-versions/complex-test-ruby/specs/sheet2_rspec.rb
|
|
158
|
+
- examples/ruby-versions/complex-test-ruby/spreadsheet.rb
|
|
159
|
+
- examples/ruby-versions/namedReferenceTest-ruby/sheets/sheet1.rb
|
|
160
|
+
- examples/ruby-versions/namedReferenceTest-ruby/sheets/sheet2.rb
|
|
161
|
+
- examples/ruby-versions/namedReferenceTest-ruby/specs/sheet1_rspec.rb
|
|
162
|
+
- examples/ruby-versions/namedReferenceTest-ruby/specs/sheet2_rspec.rb
|
|
163
|
+
- examples/ruby-versions/namedReferenceTest-ruby/spreadsheet.rb
|
|
164
|
+
- examples/ruby-versions/pruning-ruby/sheets/sheet1.rb
|
|
165
|
+
- examples/ruby-versions/pruning-ruby/sheets/sheet2.rb
|
|
166
|
+
- examples/ruby-versions/pruning-ruby/sheets/sheet3.rb
|
|
167
|
+
- examples/ruby-versions/pruning-ruby/specs/sheet1_rspec.rb
|
|
168
|
+
- examples/ruby-versions/pruning-ruby/specs/sheet2_rspec.rb
|
|
169
|
+
- examples/ruby-versions/pruning-ruby/specs/sheet3_rspec.rb
|
|
170
|
+
- examples/ruby-versions/pruning-ruby/spreadsheet.rb
|
|
171
|
+
- examples/ruby-versions/sharedFormulaTest-ruby/sheets/sheet1.rb
|
|
172
|
+
- examples/ruby-versions/sharedFormulaTest-ruby/specs/sheet1_rspec.rb
|
|
173
|
+
- examples/ruby-versions/sharedFormulaTest-ruby/spreadsheet.rb
|
|
174
|
+
- examples/ruby-versions/table-test-ruby/sheets/sheet1.rb
|
|
175
|
+
- examples/ruby-versions/table-test-ruby/sheets/sheet2.rb
|
|
176
|
+
- examples/ruby-versions/table-test-ruby/sheets/sheet3.rb
|
|
177
|
+
- examples/ruby-versions/table-test-ruby/specs/sheet1_rspec.rb
|
|
178
|
+
- examples/ruby-versions/table-test-ruby/specs/sheet2_rspec.rb
|
|
179
|
+
- examples/ruby-versions/table-test-ruby/specs/sheet3_rspec.rb
|
|
180
|
+
- examples/ruby-versions/table-test-ruby/spreadsheet.rb
|
|
138
181
|
- examples/sheets/2050Model.xlsx
|
|
139
182
|
- examples/sheets/array-formulas.xlsx
|
|
140
183
|
- examples/sheets/checkpoint.xlsx
|
|
@@ -144,6 +187,116 @@ files:
|
|
|
144
187
|
- examples/sheets/sharedFormulaTest.xlsx
|
|
145
188
|
- examples/sheets/table-test.xlsx
|
|
146
189
|
- examples/sheets/~$array-formulas.xlsx
|
|
190
|
+
- examples/unzipped-sheets/array-formulas/[Content_Types].xml
|
|
191
|
+
- examples/unzipped-sheets/array-formulas/docProps/app.xml
|
|
192
|
+
- examples/unzipped-sheets/array-formulas/docProps/core.xml
|
|
193
|
+
- examples/unzipped-sheets/array-formulas/docProps/thumbnail.jpeg
|
|
194
|
+
- examples/unzipped-sheets/array-formulas/xl/_rels/workbook.xml.rels
|
|
195
|
+
- examples/unzipped-sheets/array-formulas/xl/calcChain.xml
|
|
196
|
+
- examples/unzipped-sheets/array-formulas/xl/sharedStrings.xml
|
|
197
|
+
- examples/unzipped-sheets/array-formulas/xl/styles.xml
|
|
198
|
+
- examples/unzipped-sheets/array-formulas/xl/theme/theme1.xml
|
|
199
|
+
- examples/unzipped-sheets/array-formulas/xl/workbook.xml
|
|
200
|
+
- examples/unzipped-sheets/array-formulas/xl/worksheets/sheet1.xml
|
|
201
|
+
- examples/unzipped-sheets/array-formulas/xl/worksheets/sheet2.xml
|
|
202
|
+
- examples/unzipped-sheets/checkpoint/[Content_Types].xml
|
|
203
|
+
- examples/unzipped-sheets/checkpoint/docProps/app.xml
|
|
204
|
+
- examples/unzipped-sheets/checkpoint/docProps/core.xml
|
|
205
|
+
- examples/unzipped-sheets/checkpoint/xl/_rels/workbook.xml.rels
|
|
206
|
+
- examples/unzipped-sheets/checkpoint/xl/calcChain.xml
|
|
207
|
+
- examples/unzipped-sheets/checkpoint/xl/charts/chart1.xml
|
|
208
|
+
- examples/unzipped-sheets/checkpoint/xl/charts/chart2.xml
|
|
209
|
+
- examples/unzipped-sheets/checkpoint/xl/comments1.xml
|
|
210
|
+
- examples/unzipped-sheets/checkpoint/xl/comments2.xml
|
|
211
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing1.xml.rels
|
|
212
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/_rels/drawing2.xml.rels
|
|
213
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/drawing1.xml
|
|
214
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/drawing2.xml
|
|
215
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing1.vml
|
|
216
|
+
- examples/unzipped-sheets/checkpoint/xl/drawings/vmlDrawing2.vml
|
|
217
|
+
- examples/unzipped-sheets/checkpoint/xl/sharedStrings.xml
|
|
218
|
+
- examples/unzipped-sheets/checkpoint/xl/styles.xml
|
|
219
|
+
- examples/unzipped-sheets/checkpoint/xl/theme/theme1.xml
|
|
220
|
+
- examples/unzipped-sheets/checkpoint/xl/workbook.xml
|
|
221
|
+
- examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet1.xml.rels
|
|
222
|
+
- examples/unzipped-sheets/checkpoint/xl/worksheets/_rels/sheet2.xml.rels
|
|
223
|
+
- examples/unzipped-sheets/checkpoint/xl/worksheets/sheet1.xml
|
|
224
|
+
- examples/unzipped-sheets/checkpoint/xl/worksheets/sheet2.xml
|
|
225
|
+
- examples/unzipped-sheets/complex-test/[Content_Types].xml
|
|
226
|
+
- examples/unzipped-sheets/complex-test/docProps/app.xml
|
|
227
|
+
- examples/unzipped-sheets/complex-test/docProps/core.xml
|
|
228
|
+
- examples/unzipped-sheets/complex-test/xl/_rels/workbook.xml.rels
|
|
229
|
+
- examples/unzipped-sheets/complex-test/xl/calcChain.xml
|
|
230
|
+
- examples/unzipped-sheets/complex-test/xl/charts/chart1.xml
|
|
231
|
+
- examples/unzipped-sheets/complex-test/xl/charts/chart2.xml
|
|
232
|
+
- examples/unzipped-sheets/complex-test/xl/comments1.xml
|
|
233
|
+
- examples/unzipped-sheets/complex-test/xl/comments2.xml
|
|
234
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing1.xml.rels
|
|
235
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/_rels/drawing2.xml.rels
|
|
236
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/drawing1.xml
|
|
237
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/drawing2.xml
|
|
238
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing1.vml
|
|
239
|
+
- examples/unzipped-sheets/complex-test/xl/drawings/vmlDrawing2.vml
|
|
240
|
+
- examples/unzipped-sheets/complex-test/xl/sharedStrings.xml
|
|
241
|
+
- examples/unzipped-sheets/complex-test/xl/styles.xml
|
|
242
|
+
- examples/unzipped-sheets/complex-test/xl/theme/theme1.xml
|
|
243
|
+
- examples/unzipped-sheets/complex-test/xl/workbook.xml
|
|
244
|
+
- examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet1.xml.rels
|
|
245
|
+
- examples/unzipped-sheets/complex-test/xl/worksheets/_rels/sheet2.xml.rels
|
|
246
|
+
- examples/unzipped-sheets/complex-test/xl/worksheets/sheet1.xml
|
|
247
|
+
- examples/unzipped-sheets/complex-test/xl/worksheets/sheet2.xml
|
|
248
|
+
- examples/unzipped-sheets/complex-test/xl/worksheets/sheet3.xml
|
|
249
|
+
- examples/unzipped-sheets/namedReferenceTest/[Content_Types].xml
|
|
250
|
+
- examples/unzipped-sheets/namedReferenceTest/docProps/app.xml
|
|
251
|
+
- examples/unzipped-sheets/namedReferenceTest/docProps/core.xml
|
|
252
|
+
- examples/unzipped-sheets/namedReferenceTest/docProps/thumbnail.jpeg
|
|
253
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/_rels/workbook.xml.rels
|
|
254
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/calcChain.xml
|
|
255
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/styles.xml
|
|
256
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/theme/theme1.xml
|
|
257
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/workbook.xml
|
|
258
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet1.xml
|
|
259
|
+
- examples/unzipped-sheets/namedReferenceTest/xl/worksheets/sheet2.xml
|
|
260
|
+
- examples/unzipped-sheets/pruning/[Content_Types].xml
|
|
261
|
+
- examples/unzipped-sheets/pruning/docProps/app.xml
|
|
262
|
+
- examples/unzipped-sheets/pruning/docProps/core.xml
|
|
263
|
+
- examples/unzipped-sheets/pruning/docProps/thumbnail.jpeg
|
|
264
|
+
- examples/unzipped-sheets/pruning/xl/_rels/workbook.xml.rels
|
|
265
|
+
- examples/unzipped-sheets/pruning/xl/calcChain.xml
|
|
266
|
+
- examples/unzipped-sheets/pruning/xl/sharedStrings.xml
|
|
267
|
+
- examples/unzipped-sheets/pruning/xl/styles.xml
|
|
268
|
+
- examples/unzipped-sheets/pruning/xl/tables/table1.xml
|
|
269
|
+
- examples/unzipped-sheets/pruning/xl/theme/theme1.xml
|
|
270
|
+
- examples/unzipped-sheets/pruning/xl/workbook.xml
|
|
271
|
+
- examples/unzipped-sheets/pruning/xl/worksheets/_rels/sheet2.xml.rels
|
|
272
|
+
- examples/unzipped-sheets/pruning/xl/worksheets/sheet1.xml
|
|
273
|
+
- examples/unzipped-sheets/pruning/xl/worksheets/sheet2.xml
|
|
274
|
+
- examples/unzipped-sheets/pruning/xl/worksheets/sheet3.xml
|
|
275
|
+
- examples/unzipped-sheets/sharedFormulaTest/[Content_Types].xml
|
|
276
|
+
- examples/unzipped-sheets/sharedFormulaTest/docProps/app.xml
|
|
277
|
+
- examples/unzipped-sheets/sharedFormulaTest/docProps/core.xml
|
|
278
|
+
- examples/unzipped-sheets/sharedFormulaTest/docProps/thumbnail.jpeg
|
|
279
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/_rels/workbook.xml.rels
|
|
280
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/calcChain.xml
|
|
281
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/styles.xml
|
|
282
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/theme/theme1.xml
|
|
283
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/workbook.xml
|
|
284
|
+
- examples/unzipped-sheets/sharedFormulaTest/xl/worksheets/sheet1.xml
|
|
285
|
+
- examples/unzipped-sheets/table-test/[Content_Types].xml
|
|
286
|
+
- examples/unzipped-sheets/table-test/docProps/app.xml
|
|
287
|
+
- examples/unzipped-sheets/table-test/docProps/core.xml
|
|
288
|
+
- examples/unzipped-sheets/table-test/xl/_rels/workbook.xml.rels
|
|
289
|
+
- examples/unzipped-sheets/table-test/xl/calcChain.xml
|
|
290
|
+
- examples/unzipped-sheets/table-test/xl/printerSettings/printerSettings1.bin
|
|
291
|
+
- examples/unzipped-sheets/table-test/xl/sharedStrings.xml
|
|
292
|
+
- examples/unzipped-sheets/table-test/xl/styles.xml
|
|
293
|
+
- examples/unzipped-sheets/table-test/xl/tables/table1.xml
|
|
294
|
+
- examples/unzipped-sheets/table-test/xl/theme/theme1.xml
|
|
295
|
+
- examples/unzipped-sheets/table-test/xl/workbook.xml
|
|
296
|
+
- examples/unzipped-sheets/table-test/xl/worksheets/_rels/sheet1.xml.rels
|
|
297
|
+
- examples/unzipped-sheets/table-test/xl/worksheets/sheet1.xml
|
|
298
|
+
- examples/unzipped-sheets/table-test/xl/worksheets/sheet2.xml
|
|
299
|
+
- examples/unzipped-sheets/table-test/xl/worksheets/sheet3.xml
|
|
147
300
|
has_rdoc: true
|
|
148
301
|
homepage: http://github.com/tamc/rubyfromexcel
|
|
149
302
|
licenses: []
|