remove report_xls from __unported__

pull/5/head
luc-demeyer 2014-10-05 17:54:11 +02:00
parent 232b9ddcbb
commit c5ff5db105
2 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,5 @@
from . import ir_report
from . import report_xls
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -48,4 +48,5 @@ def rowcol_to_cell(row, col, row_abs=False, col_abs=False):
# Zero index to 1-index
return col_abs + chr1 + chr2 + row_abs + str(row + 1)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: