1 repository
Techniques for converting HTML table structures into spreadsheet grid data.
Distinct from HTML Parsing: Existing candidates focus on UI composition or general parsing, not the specific conversion of HTML views to spreadsheet files
Explore 1 awesome GitHub repository matching data & databases · HTML-to-Spreadsheet Rendering. Refine with filters or upvote what's useful.
This is a Laravel Excel integration library used for importing and exporting spreadsheet files within the Laravel framework. It functions as both a spreadsheet data exporter for converting database queries and collections into files and a spreadsheet data importer for mapping workbook data to database models. The library includes an HTML to spreadsheet converter that transforms HTML table templates into downloadable documents to preserve specific layout designs. It supports large dataset exports via background queuing and processes bulk data imports through chunked reading and batch inserts.
Renders blade templates to HTML and then parses that structure into a spreadsheet grid.