Export data to Excel file

Issue #12 new
Former user created an issue

Hello,

When I try to export a result with btaminer to an excel file, I get an error :

$btaminer -C ::mydb -t excel ListGroup --match "Admin" > test.xls

Traceback (most recent call last): File "/usr/local/bin/btaminer", line 6, in <module> bta.miner.Miner.main() File "/usr/local/lib/python2.7/dist-packages/bta/miner.py", line 146, in main fmt = bta.formatters.Formatter.get(options.output_type)() File "/usr/local/lib/python2.7/dist-packages/bta/formatters/excel.py", line 44, in init self.reportsheet.show_gridlines = False AttributeError: can't set attribute

How can I resolve this issue ?

Thanks in advance,

Best regards, Scarab

Comments (0)

  1. Log in to comment