PhpSpreadsheet
gotenberg
PhpSpreadsheet | gotenberg | |
---|---|---|
17 | 55 | |
13,220 | 7,626 | |
0.5% | 3.1% | |
9.6 | 9.1 | |
7 days ago | 3 days ago | |
PHP | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PhpSpreadsheet
-
Exporting data to Excel
We have used a PHP Script to do this https://github.com/PHPOffice/PhpSpreadsheet
-
Exporting large amount of data to Excel
If I need the data to be well-formatted in Excel, directly from the export, then I use PhpSpreadsheet. Otherwise, I'll just write to a CSV file.
-
Looking for Recommendations: Class to create Excel (XLSX) files
here
-
Storing an Excel column's values in a simple, flat array w/ PhpSpreadsheet?
I'm using PhpSpreadsheet to generate an Excel file. It works really well, but now I'd like to reopen the file it created downstream and assign every cell value in one specific column to a simple, flat array where, say, the 1 key of this array might be the name of the column and the values are the column's cell values? Or even just a simple array with only the values...?
- Is there any laravel package to modify existing excel files
- Aiuto PHPSpreadsheet
-
Retrieving output of .php ... with php
For the library, there is PhpOffice
- is there a version of datatables or another package for in cell editing
-
Excel/PDF Report Generation in Laravel
a full list of sizes is in this file, https://github.com/PHPOffice/PhpSpreadsheet/blob/master/src/PhpSpreadsheet/Worksheet/PageSetup.php
-
Graphs in Excel generated from Laravel
You can use phpspreadsheet. It's the library that LaravelExcel relies on. Here's samples from their git repo: https://github.com/PHPOffice/PhpSpreadsheet/blob/master/samples/Chart/33_Chart_create_pie.php
gotenberg
-
Blitz: A lightweight, modular, extensible web renderer
Check out gotenberg[0], it might fulfil your needs. I use it in GitHub Actions to convert my CV to PDF.
[0]: https://github.com/gotenberg/gotenberg
-
Job Adventures - PDF generation | Jun 2024
After some searching, I found https://github.com/gotenberg/gotenberg. It ticked a lot of boxes.
-
Create PDFs with Tailwind
Use a server-side headless browser such as puppeteer to convert the HTML to PDF. This is the most reliable free option, but requires a server. If you need to use it in production, we recommend you use Gotenberg.
-
Launch HN: Onedoc (YC W24) – A better way to create PDFs
We're using Gotenberg[1] to convert a rendered web page (with Elixir/Phoenix, in our case) to PDF. Works like a charm and we can use our existing frontend code/styling (including SVG graph generators) which is a huge bonus.
1: https://gotenberg.dev/
- Htmldocs: Typeset and Generate PDFs with HTML/CSS
-
How to Simply Generate a PDF From HTML in Symfony With WeasyPrint
If you also want to convert Markdown or LibreOffice formats, the self-hosted API Gotenberg is worth checking out
-
PDF rendering server-side using HTML 5 + CSS 3
I found a project that does exactly that (https://github.com/gotenberg/gotenberg). It’s my best bet for now, but I still need to test GraalVM integration with JS runtimes (and test JS libraries) and the Kotlin compiler targeting Node.
-
PDF generation with Gotenberg
Gotenberg is a Docker-based stateless API for PDF generation from HTML and Markdown files.
-
(Free) Open-source PDF Generation/Export
Think you mean https://gotenberg.dev ?
- Software welche PDF durchsuchbar macht?
What are some alternatives?
Spout - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
DinkToPdf - C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
PHPExcel
koodo-reader - A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
PHPWord - A pure PHP library for reading and writing word processing documents
PDFKit - A JavaScript PDF generation library for Node and the browser
ExcelAnt - Simple yet powerful Excel manipulation library for PHP 5.4+
go-wkhtmltopdf - Go bindings for wkhtmltopdf and high-level HTML to PDF conversion interface
PHPPowerPoint - A pure PHP library for reading and writing presentations documents
docxtemplater - Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js or the browser. Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report #json #generate #generation #template #create #pptx #docx #xlsx #react #vuejs #angularjs #browser #typescript #image #html #table #chart
Luckysheet - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
PuppeteerSharp - Headless Chrome .NET API