Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Automated conversion of Excel to PDF using LibreOffice

License

NotificationsYou must be signed in to change notification settings

enishant/excel-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Read existing excel file.
  • Modify cell values of existing excel file.
  • Convert output of worksheet to PDF

Install Node.js

  • Runcurl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
  • Runsudo apt-get install gcc g++ make
  • Runsudo apt-get install -y nodejs
  • Runnode --version
  • Runnpm --version

Install LibreOffice

LibreOffice Installation Reference

Run command to add the PPA

  • Runsudo add-apt-repository ppa:libreoffice/ppa
  • Runsudo apt-get update
  • Runsudo apt-get install libreoffice

unoconv Installation

Universal Office Converter (unoconv)

  • Runsudo apt-get install -y unoconv
  • Rununoconv --version

[8]ページ先頭

©2009-2025 Movatter.jp