How to Install libspreadsheet-readsxc-perl in Ubuntu 18.04



Install libspreadsheet-readsxc-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libspreadsheet-readsxc-perl

Description:

reader for OpenOffice 1.x spreadsheet data

Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc). It exports the function read_sxc() which takes a filename and an optional reference to a hash of options as arguments and returns a reference to a hash of references to two-dimensional arrays. The hash keys correspond to the names of worksheets in the OpenOffice workbook. The two-dimensional arrays correspond to rows and cells in the respective spreadsheets.

Homepage: https://metacpan.org/release/Spreadsheet-ReadSXC

Version: 0.20-1

Section: universe/perl