Menu

#12 unable to install csv2odf

v1.0 (example)
closed-fixed
None
3
2021-10-08
2021-10-06
No

Hi,
I have copied the install file to my Linux box and untar the package. Running the below command gives the error as follows:
python csv2odf
csv2odf: No arguments provided, outputting help information

<<displays the="" entire="" help="" contents=""></displays>

could you please help me in installing this, as am in urgent need of this to create huge reports

Discussion

  • LakshmiPriya

    LakshmiPriya - 2021-10-06

    FYI, my Linux box has python 2.7

     
  • Larry Jordan

    Larry Jordan - 2021-10-06

    It looks like you have successfully installed csv2odf, it displays a help screen if no parameters are provided. Please see the documentation for instructions, but here is the basic syntax:

    csv2odf options csvfile templatefile outputfile

    I hope it works well for you.

    Thanks.
    Larry

     
  • Larry Jordan

    Larry Jordan - 2021-10-07
    • status: open --> closed-fixed
     
  • LakshmiPriya

    LakshmiPriya - 2021-10-08

    hi Larry,
    I have tried to run the below command, but getting "csv2odf: Command not found" error.

    csv2odf -H file.csv sample.xlsx output.xlsx

     
    • Larry Jordan

      Larry Jordan - 2021-10-08

      You may need to run like this:

      ./csv2odf

      If that does not work, try running with python in front:

      python csv2odf

       

      Last edit: Larry Jordan 2021-10-08

Log in to post a comment.