Technical requirements
The code for this chapter can be found on GitHub at the following link: https://github.com/PacktPublishing/Extending-Excel-with-Python-and-R/tree/main/Chapter5.
As mentioned previously, we are going to be working with a few different packages in the R section. The styledTables
package can only be installed from GitHub via the devtools
package.
For the Python section, you will need one new package (specifically for the formatting tasks with pandas
): jinja2==3.1.2
.