Help for this page

Select Code to Download


  1. or download this
    my $vertical=$workbook->addformat();
    $vertical->set_rotation(1); # letters run from top to bottom
    # 2 for 90 degs anticlockwise
    # 3 for 90 degs clockwise
    
  2. or download this
    $worksheet->write(0,0, "Title", $vertical);