Path: csiph.com!aioe.org!news.stack.nl!.POSTED.toad.stack.nl!not-for-mail From: Marco van de Voort Newsgroups: comp.lang.pascal.delphi.misc Subject: Re: Lazarus and FreePascal Date: Wed, 24 Aug 2016 08:30:37 +0000 (UTC) Organization: Stack Usenet News Service Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Date: Wed, 24 Aug 2016 08:30:37 +0000 (UTC) Injection-Info: mud.stack.nl; posting-host="toad.stack.nl:2001:610:1108:5010::135"; logging-data="66383"; mail-complaints-to="abuse@stack.nl" User-Agent: slrn/0.9.9p1 (FreeBSD) Xref: csiph.com comp.lang.pascal.delphi.misc:731 On 2016-08-23, P E Schoen wrote: > I plan to build a new project that will read a huge CSV text file (about 1.8 > GB), and split it into more manageable file sizes that can be converted to > spreadsheet format with Open Office. It has a maximum of 1048576 lines with > an ODS file of 11.2 MB. This is a database of all songs in the ASCAP > database. It was supplied in a 288 MB zipfile. Using fpspreadsheet (in fpc/lazarus) you can churn out office files directly, without having an office installed. (and at least as important, decoupling your applications from Office version)