'Is there a way to enable "Show #N/A as empty cell" for a chart created with openpyxl?

I already checked the documentation and source code, but I figured it would be worth a shot to ask here and see if anyone had any ideas.

I'd like to enable the "Show #N/A as empty cell" for charts created with openpyxl. I can do it manually if I open the file on a Windows machine, but I'd like to enable this for a batch of files in my python script that opens/saves a workbook to an .xls file.

I'd like to enable this setting



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source