From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: add xlsx2csv. Date: Sat, 13 Aug 2016 20:14:22 +1000 Message-ID: <6716d021-fd83-2265-1097-1802c122278a@uq.edu.au> References: <878tw3zia9.fsf@gnu.org> <5f752f76-a58a-a1e0-403d-ed5dd2715e13@uq.edu.au> <871t1vzesb.fsf@gnu.org> <662c11f7-601d-6714-173f-5abf53a96e4f@uq.edu.au> <87fuq9xcb3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYVxg-00075k-EJ for guix-devel@gnu.org; Sat, 13 Aug 2016 06:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYVxb-0000YY-De for guix-devel@gnu.org; Sat, 13 Aug 2016 06:14:40 -0400 In-Reply-To: <87fuq9xcb3.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen , Catonano Cc: guix-devel On 13/08/16 19:12, Jan Nieuwenhuizen wrote: > Catonano writes: > >> I would say >> >>> "Xlsx2csv is a program to convert xlsx >>> format files into plaintext @dfn{comma separated values} (CSV) >>> files. It was designed to be fast and to handle large files." >> In this way they could search on tne internet the meaning of xlsx and csv and know >> exactly what ths package is about. > Find new patch attached, hope this is OK. If not, please modify to your > liking. I took some inspiration from our libreoffice.scm package > description. I made some small changes and pushed as '9d64096'. Thanks again. ben