in reply to Can't locate object method "add_chart"

Run this to check which version you have, it needs to be 2.34 (2010-08-01) or above

use strict; use Spreadsheet::WriteExcel; print $Spreadsheet::WriteExcel::VERSION;
poj