Home
:
Book details
:
Book description
Description of
Automating Excel with Python: Processing Spreadsheets with OpenPyXL and Python
B09M5551W2 pdf + code Python is a versatile programming language. You can use Python to read, write and edit Microsoft Excel documents. There are several different Python packages you can use, but this book will focus on OpenPyXL.The OpenPyXL package allows you to work with Excel files on Windows, Mac and Linux, even if Excel isn't installed.In this book, you will learn about the following:Opening and Saving WorkbooksOpening and Saving WorkbooksReading Cells and Sheets Reading Cells and Sheets Creating a Spreadsheet (adding / deleting rows and sheets, merging cells, folding, freeze panes)Creating a Spreadsheet (adding / deleting rows and sheets, merging cells, folding, freeze panes)Cell Styling (font, alignment, side, border, images)Cell Styling (font, alignment, side, border, images)Conditional FormattingConditional FormattingChartsChartsCommentsCommentsPrint SettingsPrint SettingsFormulasFormulasand more!and more!Python is a great language that you can use to enhance your daily work, whether you are an experienced developer or a beginner!