Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Spreadsheet::XLSX::Utility2007 0.13

    Download button

    No screenshots available
    Downloads: 428  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dmitry Ovsyanko | More programs
    Perl Artistic License / FREE
    October 2nd, 2011, 09:10 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Spreadsheet::XLSX::Utility2007 description

    Utility function for Spreadsheet::XLSX

    Spreadsheet::XLSX::Utility2007 is an utility function for Spreadsheet::XLSX.

    SYNOPSIS

     use strict;
     #Declare
     use Spreadsheet::XLSX::Utility qw(ExcelFmt ExcelLocaltime LocaltimeExcel);
     
     #Convert localtime ->Excel Time
     my $iBirth = LocaltimeExcel(11, 10, 12, 23, 2, 64);
     # = 1964-3-23 12:10:11
     print $iBirth, "
    "; # 23459.5070717593
     
     #Convert Excel Time -> localtime
     my @aBirth = ExcelLocaltime($iBirth, undef);
     print join(":", @aBirth), "
    "; # 11:10:12:23:2:64:1:0
     
     #Formatting
     print ExcelFmt('yyyy-mm-dd', $iBirth), "
    "; #1964-3-23
     print ExcelFmt('m-d-yy', $iBirth), "
    "; # 3-23-64
     print ExcelFmt('#,##0', $iBirth), "
    "; # 23,460
     print ExcelFmt('#,##0.00', $iBirth), "
    "; # 23,459.51
     print ExcelFmt('"My Birthday is (m/d):" m/d', $iBirth), "
    ";
     # My Birthday is (m/d): 3/23


    Spreadsheet::XLSX::Utility exports utility functions concerned with Excel format setting.

    ExcelFmt is used by Spreadsheet::XLSX::Fmt2007.pm which is used by Spreadsheet::XLSX.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Spreadsheet::XLSX function | Perl module | Spreadsheet | XLSX | functions

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM