function write_number($row, $col, $num)
 {
     parent::write_number($row, $col, $num, $this->m_format);
 }