Writing Excel Formulas to .xlsx files in Python (using Google Colab)

Опубликовано: 12 Февраль 2026
на канале: Pat Long Codes
2,103
20

In this video we introduce using write_formula() method in the xlsxWriter module. We use the write_formula() to reference cells in another sheet and perform basic calculations.

Link to a companion video which covers the creation of the first sheet of this workbook:    • Introduction to Formatting Excel Files usi...  

Full code used is available at https://github.com/patrickjlong1/pyth...