Exercise

Create a simple Excel file

Here is an Excel table. Let's create it using Python.

excel_exercise1

Instructions

100 XP
  • Import the library you need to work with Excel files.
  • Create a new workbook.
  • Create a new worksheet from the current workbook.
  • Add Hello in cell (A1) and Datacamp in cell (B1).