Help for this page

Select Code to Download


  1. or download this
    ## illustrative code, untested
    
    ...
    # and with formats  
    
    $mysheet->writeln('tab2', 10, 15, [.00156, 'percent'], 20);  # passing
    + type=percent as a string looks wrong, I wish I could pass a format o
    +bject here!!!!