mkasa / json2xlsx

A tool to generate xlsx (Excel Spreadsheet) files from JSON files
30 stars 12 forks source link

Facing assertion error while running json2xlsx test.ts -l -j test.json -o output.xlsx #3

Open tarun29061990 opened 7 years ago

tarun29061990 commented 7 years ago

When running json2xlsx test.ts -l -j test.json -o output.xlsx Traceback (most recent call last): File "/Users/tarunchaudhary/venv/bin/json2xlsx", line 7, in from json2xlsx.utilities.json2xlsx import main File "/Users/tarunchaudhary/venv/lib/python3.6/site-packages/json2xlsx/utilities/json2xlsx.py", line 27 print "Assertion Error: Missing .asList()?", type(d2), type([]) ^ SyntaxError: invalid syntax

shaminti commented 6 years ago

was this fixed ?? @tarun29061990 @mkasa

bubnenkoff commented 5 years ago

Same problem