PC Review


Reply
Thread Tools Rate Thread

"cheap" way of saving array

 
 
=?Utf-8?B?QWxiZXJ0?=
Guest
Posts: n/a
 
      17th Nov 2006
Hello.
I work with very large arrays (50000 x 15) that often have to be transferred
through my network.
What is the cheapest way (resource-wise) way to transfer this array from one
computer to the other?
Should I create a CSV?
Should I transfer it as an Excel workbook?
Is there a better way?
I thank you in advance for your advice.
Albert C.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      17th Nov 2006
Using .cvs files allows transfers:

1. without worrying about the version of Excel in the recipient's computers
2. without worrying about the security levels in the recipient's computers
3. in a form that can be manually inspected
4. in a form that can usually be ZIP'ed to a high level of compression

The issue is why wouldn't you ?
--
Gary's Student


"Albert" wrote:

> Hello.
> I work with very large arrays (50000 x 15) that often have to be transferred
> through my network.
> What is the cheapest way (resource-wise) way to transfer this array from one
> computer to the other?
> Should I create a CSV?
> Should I transfer it as an Excel workbook?
> Is there a better way?
> I thank you in advance for your advice.
> Albert C.

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      18th Nov 2006
I think I'd just keep the data in an excel file. If the data is used in several
workbooks, I'd think about putting that common data in a single workbook,
though.

I gotta believe you'd save more resources ($$$) by not having to fiddle with the
data--and not having the recipient fiddle with it at his/her end.


Albert wrote:
>
> Hello.
> I work with very large arrays (50000 x 15) that often have to be transferred
> through my network.
> What is the cheapest way (resource-wise) way to transfer this array from one
> computer to the other?
> Should I create a CSV?
> Should I transfer it as an Excel workbook?
> Is there a better way?
> I thank you in advance for your advice.
> Albert C.


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?QWxiZXJ0?=
Guest
Posts: n/a
 
      20th Nov 2006
This is the road I've taken, but it's kind of a hassle opening a file this
big (>6MB and growing) through the network so many times each day.

"Dave Peterson" wrote:

> I think I'd just keep the data in an excel file. If the data is used in several
> workbooks, I'd think about putting that common data in a single workbook,
> though.
>
> I gotta believe you'd save more resources ($$$) by not having to fiddle with the
> data--and not having the recipient fiddle with it at his/her end.
>
>
> Albert wrote:
> >
> > Hello.
> > I work with very large arrays (50000 x 15) that often have to be transferred
> > through my network.
> > What is the cheapest way (resource-wise) way to transfer this array from one
> > computer to the other?
> > Should I create a CSV?
> > Should I transfer it as an Excel workbook?
> > Is there a better way?
> > I thank you in advance for your advice.
> > Albert C.

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      21st Nov 2006
Save it as a text file and give the users a workbook that opens the text file
and imports it each time they need it???

Albert wrote:
>
> This is the road I've taken, but it's kind of a hassle opening a file this
> big (>6MB and growing) through the network so many times each day.
>
> "Dave Peterson" wrote:
>
> > I think I'd just keep the data in an excel file. If the data is used in several
> > workbooks, I'd think about putting that common data in a single workbook,
> > though.
> >
> > I gotta believe you'd save more resources ($$$) by not having to fiddle with the
> > data--and not having the recipient fiddle with it at his/her end.
> >
> >
> > Albert wrote:
> > >
> > > Hello.
> > > I work with very large arrays (50000 x 15) that often have to be transferred
> > > through my network.
> > > What is the cheapest way (resource-wise) way to transfer this array from one
> > > computer to the other?
> > > Should I create a CSV?
> > > Should I transfer it as an Excel workbook?
> > > Is there a better way?
> > > I thank you in advance for your advice.
> > > Albert C.

> >
> > --
> >
> > Dave Peterson
> >


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: I need to find all instences of "http://" copy that and everycharactor to ".com" into an array. Jesse Houwing Microsoft C# .NET 26 12th May 2009 04:33 PM
I need to find all instences of "http://" copy that and everycharactor to ".com" into an array. trint Microsoft C# .NET 16 8th May 2009 04:54 AM
Listbox header inside VBA (Array("Head1", "Head2", ...) =?Utf-8?B?QWxleCBTdC1QaWVycmU=?= Microsoft Excel Programming 2 25th Oct 2006 09:28 PM
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... Maria J-son Microsoft Excel Programming 2 5th Mar 2006 12:20 PM
cast from "array of byte" to "array of struct" Pablo Gutierrez Microsoft C# .NET 3 30th Jan 2004 12:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:39 PM.