guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: add xlsx2csv.


From: Catonano
Subject: Re: [PATCH] gnu: add xlsx2csv.
Date: Thu, 11 Aug 2016 15:02:37 +0200



2016-08-11 14:11 GMT+02:00 Jan Nieuwenhuizen <address@hidden>:
Ben Woodcroft writes:

Hi!

> Thanks for the package. I built it and used it to convert a file of
> mine, it seemed to work.

Good!

> However, I note that while the check phase passes, many of the tests
> are reported as being failed. Could you look into it?

That's trying to run them with non-installed python versions.  Patched
the test script to only use `python.'

>> +    (propagated-inputs
>> +     `(("expat" ,expat)))
> I removed this input and could still use the built package. Is it necessary?

Apparently not: Removed.

>> +    (synopsis "xlsx to csv converter")
>> +    (description
>> +     "Xls2csv converts xslx files to csv format.  Handles large
>> xlsx-files.")

> How about "Xlsx2csv is a program to convert Open Office XML (XLSX)
> format spreadsheets into plaintext @dfn{comma separated values} (CSV)
> files.  It was designed to be fast and to handle large input files."

Better, thanks.

for what it matters, I would leave the original wording in place.

It's important that people know that this packages deals also with Microsoft Excel files.

There are tons of such files around and people struggle with them

It happened to me recently. I had to convert a bunch of those files and the tools I found were not adequate.

I did it by hand and then discovered xlsx2csv

If someone (especially from the data journalism or open data camps) casually browses the Guix packages list, I think it's important that it's clear that this package deals with xlsx files

The OpenOffce name could be misleading to not too tech oriented people.

I understand there's the problem of not steering people to non free software. But this package is supposed to help people trying to bring data outside of that realm.

They don't need not be steered to Excel, they are already trying to get away, if they come to this package.

Of course, this is just my opinion


reply via email to

[Prev in Thread] Current Thread [Next in Thread]