https://github.com/devlights/excel2pdf
Converts Excel files to PDF.
https://github.com/devlights/excel2pdf
excel go golang pdf
Last synced: about 2 months ago
JSON representation
Converts Excel files to PDF.
- Host: GitHub
- URL: https://github.com/devlights/excel2pdf
- Owner: devlights
- License: mit
- Created: 2023-09-13T02:55:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T03:02:55.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:58:30.170Z (4 months ago)
- Topics: excel, go, golang, pdf
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# excel2pdf
Converts Excel files to PDF.This library works only on Windows.
## Install
```sh
$ go install github.com/devlights/excel2pdf@latest
```## Usage
```sh
$ excel2pdf.exe excel-file-path
```