PHPExcel/unitTests/rawTestData/Calculation/Engineering/IMPRODUCT.data
Mark Baker 59932b0cac Bugfix: Work item 18370 - Error loading xlsx file with column breaks
Deprecated the getCalculatedValue(), setCalculatedValue(), setFormulaAttributes() and getFormulaAttributes() methods in PHPExcel_Cell.
Documentation changes and unit tests.
2012-07-18 12:29:33 +01:00

16 lines
846 B
Plaintext

"12.34+5.67j", "123.45+67.89i", "#NUM!"
"12.34+5.67j", "12.34+5.67j"
"12.34+5.67i", "123.45+67.89i", "5.67", "6454.936089+8718.895647i"
"12.34+5.67j", "123.45+67.89j", "5.67", "6454.936089+8718.895647j"
"12.34+5.67j", "123.45+67.89j", "1138.4367+1537.7241j"
"12.34-5.67i", "123.45+67.89i", "1908.3093+137.8011i"
"12.34+5.67i", "123.45-67.89i", "1908.3093-137.8011i"
"12.34-5.67i", "123.45-67.89i", "1138.4367-1537.7241i"
"-12.34+5.67i", "123.45+67.89i", "-1908.3093-137.8011i"
"-12.34-5.67i", "123.45+67.89i", "-1138.4367-1537.7241i"
"12.34+5.67i", "-123.45+67.89i", "-1908.3093+137.8011i"
"-12.34+5.67i", "-123.45+67.89i", "1138.4367-1537.7241i"
"-12.34-5.67i", "-123.45-67.89i", "1138.4367+1537.7241i"
"-12.34", "123.45-67.89i", "-1523.373+837.7626i"
"-12.34-5.67i", "-12.34", "152.2756+69.9678i"