How to import a matrix of size 2057x2057

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot import a text file that has 2507 rows and 2507 columns. It gave me a
warning saying that the maximum size of matrix columns can be only 256. Is
there a way to get around this?
 
There really is no great way around this. You are dealing with 2507 * 2507 =
6,285,049 records which is getting outside the realm of Excel. Even if you
could get it imported, Excel would have some difficulty manipulating that
much data...

HTH
 
I cannot import a text file that has 2507 rows and 2507 columns. It
gave me a warning saying that the maximum size of matrix columns can
be only 256. Is there a way to get around this?

Because of Excel limits (256 colums and 65536 rows), the only suggestion is:

try using Access... :-)

Hoping to be helpful :-)

Regards
 
Access only supports 256 columns as I understand it.

I was quite sure that Access had only limits in the dimension of file, but
yes now I discovered also this one... :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top