[libreoffice-users] convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Uwe Brauer
Hi I run from the command line /usr/bin/soffice --headless --convert-to xlsx test.csv Which works nicely with ASCII code, however if the csv contains UTF8 the coding fails, the same is true for the ods format. What can I do? I am not sure whether the attachments pass the SPAM filter so here

Re: [libreoffice-users] convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Michael D. Setzer II
In the help it list options for infilter and filter options for convert-to. Don't know if you would need one or both, and it does list UTF8, but don't think the help shows all options. LibreOffice 5.3.3.2 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 Usage: soffice [options] [documents...] Options:

[libreoffice-users] Re: convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Uwe Brauer
>>> "Michael" == Michael D Setzer writes: > In the help it list options for infilter and filter options for > convert-to. Don't know if you would need one or both, and it does > list UTF8, but don't think the help shows all options. Thanks I tried

Re: [libreoffice-users] Re: convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Michael D. Setzer II
The help shows no --utf-8 option, it is a filter not an option? I think this is what it would look like? Not sure of the LF,,, part of it? /usr/bin/soffice --headless --infilter=Text (encoded):UTF8,LF,,,--convert-to xlsx test.csv On 22 Jun 2017 at 7:30, Uwe Brauer wrote:

[libreoffice-users] Re: convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Uwe Brauer
>>> "Michael" == Michael D Setzer writes: > The help shows no --utf-8 option, it is a filter not an option? > I think this is what it would look like? Not sure of the LF,,, part of it? > /usr/bin/soffice --headless --infilter=Text (encoded):UTF8,LF,,,--convert-to

Re: [libreoffice-users] Re: convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread leleu
Je la 22/06/2017 10:44, Uwe Brauer skribis : "Michael" == Michael D Setzer writes: > The help shows no --utf-8 option, it is a filter not an option? > I think this is what it would look like? Not sure of the LF,,, part of it? > /usr/bin/soffice --headless

Re: [libreoffice-users] convert csv to xlsx - konwert man page

2017-06-22 Thread Paul D. Mirowsky
http://www.unix.com/man-page/debian/1/konwert/ On 6/22/2017 10:46 AM, Paul D. Mirowsky wrote: |iconv -f utf-8 -t ascii//TRANSLIT| This may allow you to pipe/redirect into your soffice command. There is also |konwert utf8-ascii| at https://sourceforge.net/projects/konwert/ However it is

[libreoffice-users] Open Doc to HTML conversion

2017-06-22 Thread gordon cooper
When endeavouring to produce html versions by exporting from Libre Office, some hyperlink names are being replaced by the filenames of the associated graphic - Have looked in LO Help but saw nothing. Gordon. (first part escaped while being drafted, sorry) -- To unsubscribe e-mail to:

[libreoffice-users] Re: Creating a custom label problem

2017-06-22 Thread Ken Springer
Hi, Remy, Or, you could just create a table of 15 rows, and do the height adjustment for all rows at once. Then, there's the option of using the Avery template that's available, but I think it requires the Avery software. I did not investigate that option. Or, you can do what I did. I

Re: [libreoffice-users] Re: Creating a custom label problem

2017-06-22 Thread gordon cooper
Hi Ken, Unsure if 'glabels' will run on your Mac but it have does templates for the Avery 15 x 4 series. Goer On 23/06/17 14:25, Ken Springer wrote: Hi, Remy, Or, you could just create a table of 15 rows, and do the height adjustment for all rows at once. Then, there's the option of

[libreoffice-users] Open Doc to HTML conversion

2017-06-22 Thread gordon cooper
When endeavouring to produce html versions by exporting from Libre Office, some hyperlink names are being replaced by the filenames of the associated graphic - -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems?

Re: [libreoffice-users] Open Doc to HTML conversion

2017-06-22 Thread gordon cooper
Progress -have fixed the filename replacement part of this issue, by deleting the image's alternative name in image properties. Still looking for the missing links. Gordon. On 23/06/17 16:58, gordon cooper wrote: When endeavouring to produce html versions by exporting from Libre Office,

Re: [libreoffice-users] Creating a custom label problem

2017-06-22 Thread Remy Gauthier
HI, You are right. The fields for user-defined layouts seem to adjust themselves randomly (looks like a validation problem where the value that is entered is validated before the cursor leaves the field). The only way I was able to create something that looks like what you are looking for is to:

Re: [libreoffice-users] convert csv to xlsx command line UTF8 coding problem

2017-06-22 Thread Paul D. Mirowsky
|iconv -f utf-8 -t ascii//TRANSLIT| This may allow you to pipe/redirect into your soffice command. There is also |konwert utf8-ascii| at https://sourceforge.net/projects/konwert/ However it is unclear how the command is used with a file name. I have not tried either, but may work for you.