Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


unoconv

Convert any document from and to any LibreOffice supported format.

Reference(s)
  • $ man unoconv

Table of contents


Install

Warning

unoconv depends on LibreOffice

# emerge -a app-office/unoconv
# pacman -S unoconv
# apt install unoconv
# yum install unoconv
# dnf install unoconv

Use

  • Convert a .xlsx file to a .csv (by creating a file with the same name but with the .csv extension):

    $ unoconv -f csv file-name.xlsx
    

  • Convert a .csv file to a .xlsx (by creating a file with the same name but with the .xlsx extension):

    $ unoconv -f csv file-name.xlsx
    


If this cheat sheet has been useful to you, then please consider leaving a star here.