Sponsored Content
Special Forums UNIX and Linux Applications Tool for Convert XLS into CSV in UNIX Post 302408921 by luke_devon on Tuesday 30th of March 2010 10:31:30 PM
Old 03-30-2010
Tool for Convert XLS into CSV in UNIX

Hi

I wanted to convert some XLS files into CSV format in my UNIX box. Unix box is handling very important data which are related to data warehouse.It is fully optimized by installing minimum packages since server need more resources to handle reports generating.

Just for convert XLS files into CSV i supposed to use , JODConverter. But JODConverter runs based on OPenOffice.OpenOffice service needed to be started.

But in my Server , i can not install openoffice software .Is there any possibility to activate OpenOffice Service only?

or else can somebody recommend me to any other ways to do this?

I dont need a software to convert files. I need some thing possible to execute in command line because i wanted schedule the job via a cron job.

Thanks in Advance
Luke
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

WINDOWS to UNIX : xls to csv

Hi, I need to ftp a .xls file from WINDOWS to UNIX. When I do it, the file coversion doesn't happen(??) or UNIX doesn't recognixe this format I know not. But there will be junk values in the ftp'd file. Note: The ftp will be done by a script and I don't think we could place a WINDOWS script on... (5 Replies)
Discussion started by: preethgideon
5 Replies

2. Shell Programming and Scripting

Convert a csv file to an xls format

Hi, I have a file coming in xxx.txt(csv format) i do some work on it and i need to send out as a .xls format. Is there any way there is some code i can use in my script to convert this? I'm struggling on this. Thanks (11 Replies)
Discussion started by: Pablo_beezo
11 Replies

3. UNIX for Dummies Questions & Answers

Unix script to convert .csv file to.xls format

I have a .csv file in Unix box i need a UNIX script to convert the.csv files to.xls format. Its very urgent please help me. (1 Reply)
Discussion started by: moon_friend
1 Replies

4. Shell Programming and Scripting

converting xls file to txt file and xls to csv

I need to convert an excel file into a text file and an excel file into a CSV file.. any code to do that is appreciated thanks (6 Replies)
Discussion started by: bandar007
6 Replies

5. Shell Programming and Scripting

Shell convert xls to csv

Hi does anybody know how to convert xls to csv undex linux. I need only data (that is log from test, dont need any macro and so on) from xls. Any idea how to do that? Perl? shell? Could you give me any example? Thanks in advance for answer. Gracjan (4 Replies)
Discussion started by: Gracjan
4 Replies

6. Shell Programming and Scripting

how to convert XLS to CSV and DOC/RTF to TXT

Hi, i don't know anything about PERL. Can anyone help me providing PERL scripts for 1. converting XLS to CSV (and vice-versa) 2. converting DOC/RTF to TXT Thanks much Prvn (1 Reply)
Discussion started by: prvnrk
1 Replies

7. Shell Programming and Scripting

how to convert .xls to .csv

Hi, I have problem..How to convert .xls file to .csv.. Plz help me for this problem.. (1 Reply)
Discussion started by: varma457
1 Replies

8. AIX

How to convert csv file to xls file

Hi All, I have a java program running in AIX machine which gives me the output in form of .CSV but my clients wants output in the form of .xls When I gave the command mv <filename.csv> <filename.xls> The contents of this .xls file is not exactly in seprate columns as in CSV, the contents... (1 Reply)
Discussion started by: chetu777
1 Replies

9. Shell Programming and Scripting

How to convert a xls file to csv?

Hi, My requirement is to convert the xls to csv file with utf-8 conversion. Is there any way please suggest me. Thanks, Raja (4 Replies)
Discussion started by: cnraja
4 Replies

10. Shell Programming and Scripting

Perl script to Convert XLSX or XLS files to CSV file

Hi All, I've got in a situation where I need to convert .xlsx or .xls formatted files into simple text file or .csv file. I've found many options but doing this using PERL script is the best way I believe.I'm in AIX box. Perl code should have 2 params while running. i.e perl... (1 Reply)
Discussion started by: manab86
1 Replies
MP4TRACK(1)							  MP4v2 Utilities						       MP4TRACK(1)

NAME
mp4track - manual page for mp4track - MP4v2 2.0.0 SYNOPSIS
mp4track [OPTION]... [PARAMETERS]... ACTION file... DESCRIPTION
For each mp4 file specified, perform the specified ACTION. An action must be specified. Some options are not applicable to some actions. ACTIONS --list list all tracks in mp4 --enabled BOOL set trak.tkhd.flags (enabled bit) --inmovie BOOL set trak.tkhd.flags (inMovie bit) --inpreview BOOL set trak.tkhd.flags (inPreview bit) --layer NUM set trak.tkhd.layer --altgroup NUM set trak.tkhd.alternate_group --volume FLOAT set trak.tkhd.volume --width FLOAT set trak.tkhd.width --height FLOAT set trak.tkhd.height --language CODE set trak.mdia.mdhd.language --hdlrname STR set trak.mdia.hdlr.name --udtaname STR set trak.udta.name.value --udtaname-remove remove trak.udta.name atom --colr-list list all colr-boxes in mp4 --colr-add add colr-box to a video track --colr-set set colr-box parms --colr-remove remove colr-box from track --pasp-list list all pasp-boxes in mp4 --pasp-add add pasp-box to a video track --pasp-set set pasp-box parms --pasp-remove remove pasp-box from track PARAMETERS --track-any act on any/all tracks --track-index IDX act on track index IDX --track-id ID act on track id ID --colr-parms CSV where CSV is IDX1,IDX2,IDX3 --colr-parm-hd equivalent to --colr-parms=1,1,1 --colr-parm-sd equivalent to --colr-parms=6,1,6 --pasp-parms CSV where CSV is hSPACING,vSPACING OPTIONS -z, --optimize optimize mp4 file after modification -y, --dryrun do not actually create or modify any files -k, --keepgoing continue batch processing even after errors -o, --overwrite overwrite existing files when creating -f, --force force overwrite even if file is read-only -q, --quiet equivalent to --verbose 0 -d, --debug NUM increase debug or long-option to set NUM -v, --verbose NUM increase verbosity or long-option to set NUM -h, --help print brief help or long-option for extended help --version print version information and exit DEBUG LEVELS (for raw mp4 file I/O) 0 supressed 1 add warnings and errors (default) 2 add table details 3 add implicits 4 everything VERBOSE LEVELS 0 warnings and errors 1 normal informative messages (default) 2 more informative messages 3 everything mp4track - MP4v2 2.0.0 June 2012 MP4TRACK(1)
All times are GMT -4. The time now is 08:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy