Re: [Mono-list] System.IO.Package and compression

2015-05-12 Thread William Ivanski
I forgot to mention, I already tested and Jose Segarra's library and ZipStorer work very well in Mono 4. William Ivanski 2015-05-12 14:55 GMT-03:00 William Ivanski william.ivan...@gmail.com: I'm using Jose Segarra's library to handle XLSX files [1][2], which uses ZipStorer [3] to handle

Re: [Mono-list] System.IO.Package and compression

2015-05-12 Thread William Ivanski
I'm using Jose Segarra's library to handle XLSX files [1][2], which uses ZipStorer [3] to handle compression and uncompression. It's VERY fast and doesn't have high RAM usage. Maybe you can use ZipStorer instead of System.IO.Compression? [1]

[Mono-list] System.IO.Package and compression

2015-05-12 Thread Maury Markowitz
Another recent thread here brought up the topic of System.IO.Compression and concluded that it was functional. The last time I looked, less a year ago, it did not seem to be working on OSX. Is my memory foggy? My related question is this: is System.IO.Packaging working in Mono4? I have a

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Martin Thwaites
I've always used Npoi, however I'm not sure if it's mono compatible. On 16 Oct 2014 03:57, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Maury Markowitz I'm testing the

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Maury Markowitz
On Oct 15, 2014, at 10:56 PM, Edward Ned Harvey (mono) [via Mono] ml-node+s1490590n4664186...@n4.nabble.com wrote: So there's your answer. That particular assembly is unfortunately out of maintenance for now. Have you considered http://GemboxSoftware.com? I'm sure there are other packages

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Maury Markowitz Wow, fantastic answer! Glad to help - but I want to emphasize the second part of that answer, which was, the Class Status page actually indicates the vast majority of Packaging

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Jeff Bonhag
...@lists.ximian.com on behalf of Maury Markowitz Sent: Thu 10/16/2014 9:09 AM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] System.IO.Package On Oct 15, 2014, at 10:56 PM, Edward Ned Harvey (mono) [via Mono] ml-node+s1490590n4664186...@n4.nabble.com wrote: So there's your answer. That particular

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Robert Jordan
On 16.10.2014 15:09, Maury Markowitz wrote: So does anyone know of a PCL/Mono compatible ZIP library along those lines? DotNetZip: http://dotnetzip.codeplex.com/ Robert ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Maury Markowitz
On Oct 16, 2014, at 9:26 AM, Robert Jordan [via Mono] ml-node+s1490590n466420...@n4.nabble.com wrote: DotNetZip: http://dotnetzip.codeplex.com/ So the problem with the example (code) is that it does file-to-file actions. System.IO.Package does file-to-stream (basically) - we build new

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Andres G. Aragoneses
On 15/10/14 22:36, Maury Markowitz wrote: I'm testing the waters for a Mono/Xamarin port of an existing VB.net code base. The important part of this code uses System.IO.Package(...) Is it suitable for production? Best way to find out is testing it for your use case. If so, how would I go

[Mono-list] System.IO.Package

2014-10-15 Thread Maury Markowitz
I'm testing the waters for a Mono/Xamarin port of an existing VB.net code base. The important part of this code uses System.IO.Package to read and write Excel-compatible files. I see that there is some level of support for Package in Mono's WindowsBase, but this does not appear to be part of the

Re: [Mono-list] System.IO.Package

2014-10-15 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Maury Markowitz Perhaps someone has a built version as a PCL DLL they might be willing to send me? Oh, for what it's worth, if you check the class compatibility page

Re: [Mono-list] System.IO.Package

2014-10-15 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Maury Markowitz I'm testing the waters for a Mono/Xamarin port of an existing VB.net code base. The important part of this code uses System.IO.Package to read and write Excel-compatible files.