How to generate Reports with Python automatically - 2: Excel

preview_player
Показать описание
Welcome to our new Generate Reports with Python automatically series. You'll generate an example report in different formats.

In this Part 2 video, we'll generate reports as Excel file (multiple sheets and a chart) using ExcelWriter.

Part 1: Overview
▶️Part 2: Excel
Part 3: HTML (with template) & HTML to PDF
Part 4: PDF directly

Technologies that will be used
☑️ JupyterLab (Notebook)
☑️ pandas
☑️ Jinja2
☑️ WeasyPrint
☑️ FPDF

Links mentioned in the video

Рекомендации по теме
Комментарии
Автор

how did you append the data into Excel file

exvayzet