diff options
| author | Randy Morgan <[email protected]> | 2012-03-28 00:52:30 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-28 00:52:30 +0900 |
| commit | ec9d3b896a2b07cdcb8198c2227df8dac3b83cdb (patch) | |
| tree | bb0da233e87c50d6560fb236543e6fa2a12fe642 /test/workbook/worksheet/tc_cell.rb | |
| parent | be2d7bee9b9236fff4a378db8770c3ae793e8422 (diff) | |
| download | caxlsx-ec9d3b896a2b07cdcb8198c2227df8dac3b83cdb.tar.gz caxlsx-ec9d3b896a2b07cdcb8198c2227df8dac3b83cdb.zip | |
Still not fast enough?
```
user system total real
axlsx_noautowidth 0.760000 0.020000 0.780000 ( 0.885482)
axlsx 3.560000 0.130000 3.690000 ( 4.158594)
axlsx_shared 11.610000 0.180000 11.790000 ( 13.208945)
axlsx_stream 3.450000 0.120000 3.570000 ( 3.920745)
csv 0.240000 0.010000 0.250000 ( 0.269822)
Diffstat (limited to 'test/workbook/worksheet/tc_cell.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_cell.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_cell.rb b/test/workbook/worksheet/tc_cell.rb index 991181e7..499f9209 100644 --- a/test/workbook/worksheet/tc_cell.rb +++ b/test/workbook/worksheet/tc_cell.rb @@ -69,7 +69,8 @@ class TestCell < Test::Unit::TestCase end def test_col_ref - assert_equal(@c.send(:col_ref), "A") + #TODO move to axlsx spec + assert_equal(Axlsx.col_ref(0), "A") end def test_cell_type_from_value |
