Contenido del Curso
Excel Automation with Python
Open, Edit and Save
Now that we are halfway into our project, let's practice a full pipeline with openpyxl! Here is our file "hello_world.xlsx":
Tarea
- Open the workbook called
"hello_world.xlsx"
; - Add
"Test text"
to the"C1"
cell; - Save the
workbook
.
Here is "hello_world_append.xlsx" after successfully completing the task:
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Now that we are halfway into our project, let's practice a full pipeline with openpyxl! Here is our file "hello_world.xlsx":
Tarea
- Open the workbook called
"hello_world.xlsx"
; - Add
"Test text"
to the"C1"
cell; - Save the
workbook
.
Here is "hello_world_append.xlsx" after successfully completing the task:
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 7
AVAILABLE TO ULTIMATE ONLY