How to read an xlsx file in unix?

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I have some xlsx files. I can't read these in Unix. How to read an xlsx file in Unix?

Please, give me directions as I can read the mentioned file in Unix.

Thanks

SHARE
Best Answer by BrownAnna
Best Answer
Best Answer
Answered By 5 points N/A #171393

How to read an xlsx file in unix?

qa-featured

Hello Scottoz,

Yes you can read .xlsx files in unix. To do that you need s program to view your excel spreadsheet. Try out one of these:

1. Spreadsheet::XLSX : Used for reading excel .xlsx files in Unix platform,. Here is the link for Spreadsheet: XLSX : 

2. Excel::Writer:XLSX : Used for creating and writing Excel 2007 .xlsx files. You can get the modules from here:

Try out any of the program that suits you. You will be able to read and create excel files on your Unix operating system. I hope this helps.

Thanks 

Answered By 10 points N/A #171392

How to read an xlsx file in unix?

qa-featured

Hello Denek,

Xlsx files are spreadsheet, for opening this kind of files we need a suitable file for spreadsheet. There are so many available software or packages are available that you can install into your UNIX and can read your spreadsheet file.

I can suggest some names which are really some good software. Office web apps, speedster is both good for online spreadsheet reading. Gnumeric and Libraoffice are very popular software for spreadsheet.

Thank you,

 Riley Weaver.

 

Answered By 590495 points N/A #307952

How to read an xlsx file in unix?

qa-featured

If you’re on Unix and you need to open an XLSX file (.xlsx), the best way to do it is to use Office Online. You simply need a web browser, Microsoft account, and internet connection to open the file. No need to run any command or install any program. On your Unix computer, open your web browser and visit Microsoft Office Online.

Click Microsoft Office Excel then log in with your Microsoft account. You need a Microsoft account to use Office Online applications. If you don’t have an account, just create one. Once you are logged in, just open your Microsoft Office Excel file (.xlsx). When you make changes to the file and save it, the file is saved online and not on your computer.

If you want to save a copy of your file to your computer, in Microsoft Office Excel Online, click “File,” “Save As,” and then “Download.” Select where you want to save it on your hard drive and click “Save.”

Related Questions