↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: Write to Excel

Home › Posts tagged Write to Excel
Python – Write a DataFrame or List to multiple tabs in Excel
Python, VBA \ Excel

Python – Write a DataFrame or List to multiple tabs in Excel

Vitosh Jul 11, 2022 Tagged with dataframe, Excel, List, multiple sheets, multiple tabs, Write to Excel

The idea of the article is to provide a Python code that does the following: Takes a list or DataFrame; Splits it into quite a few smaller parts; Writes each one on a separate Excel worksheet; Pretty much like this: …

Python – Write a DataFrame or List to multiple tabs in Excel Read more →

Python – Simple writing in Excel with XlsWriter
Python, VBA \ Excel

Python – Simple writing in Excel with XlsWriter

Vitosh May 28, 2018 Tagged with Python, Write to Excel, xlsxwriter

The XlsxWriter library of Python is a nice gem for a VBA developer – you would be really interested to see the problems a Python developer should be facing, just to achieve a simple part Excel automatization. Still, these are …

Python – Simple writing in Excel with XlsWriter Read more →

Copyright © 2026 VitoshAcademy