
November 10th, 2012, 04:09 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 2
Time spent in forums: 1 h 9 m 6 sec
Reputation Power: 0
|
|
sorry , was busy. cencerning a my mistake
basically everything is correct, problem is the module and the instruction was from a different module with the same name
so, we have to start from point 3 - everything should work
there is an instruction on creation of the config. file:
URL=http://linux.die.net/man/1/catdoc of course, if we will want to change something
we may use it:
Code:
xls2csv -s cp1252 -d cp1252 -x "Path_of_xls" > "Path_of_csv"
-s - source
-d - destination
|