User Profile
Collapse
-
I need to know if it can be accomplished using Win32::OLE -
export excelsheet as a .csv file
hi,
I wish to know if there is a way in perl using Win32::OLE to export a specific Excel Worksheet (not the entire workbook) from a workbook as a .csv file?
Can you give me the sample code for the same?Leave a comment:
-
Excel Worksheet to CSV
hi,
Refering to thread: Open and create new Excel file with Perl and win32::OLE
Can you please give a code to save an excel sheet with a different extension?
my $Excel = Win32::OLE-> new ('Excel.Applica tion', 'Quit') or die ("Can't create object: ", Win32::OLE->LastError()) ;
$Excel->{DisplayAlerts }=0;
my $excelfile = 'C:\PERL\bin\IN BOUND.xls';
my $Book = $Excel->Workbooks->Open($excelfil e)or... -
Executing Perl code from Javascript
Is it possible to execute Perl code from java script?
can you explain with a snippet?
I have installed apache-tomcat for the same.
In which folder should I paste the html file and the Perl file (uses cgi module) ? -
Searching an @array for index of Regex Match
hi guys,
how do i search for a pattern(which is a regular expression) inside an array element and get the position of the occurence of it?
@array is the array.I am at element $array[$n].$n here is a subscript.
how do i search for pattern v*?(a reg ex) -
create dynamic arrays
hi all,
can you help me with a code to create dynamic arrays in perl?
No activity results to display
Show More
Leave a comment: