in reply to Building Charts (PIE)

According to the Spreadsheet::WriteExcel docs, graphs can be created, but they need to be done by hand in an Excel sheet and then added to your workbook as inserts. Haven't tackled it myself, but look at function add_chart_ext() in the docs and charts.txt in the module's file directory.

HTH! :D