What is the maximum number of rows in version 3.5.3

I am using Numbers v3.5.3 in Yosemite.
I need to copy/paste from a .txt file 1,085,300 lines of information.
Numbers will only accept !65,000 lines.
Is there a limit by default?  Can that be extended?
Thank you.

Hi Wayne - you have been very helpful; thank you.
I work at a film / tv post production facility.  We use Outlook365 and the Sharepoint feature to share Word Docs and Excel Spreadsheets virtually.  I use the Excel functionality in Sharepoint so that we can track media we copy to our StorNext SAN volumes as well as the multiple LTFS and Tar Per Shot LTO5s we write for both our clients and as internal data backups.  Managing the media is beyond critical as TV and Feature studios require the utmost care of their OCF (original camera footage) and dailies / editorial media.
Of the many toolsets we use to edit and color shows and feature films is the AutoDesk platform (think Flame, Inferno, Smoke).  The application toolset writes over 20TBs of data to our SAN volumes and the way it writes the data is unique to the application. If you tried to look at via a Mac Finder or Windows Explorer, the hex values in the filenames would not make sense. We cannot associate those hex names with actual human readable project names.
One of my engineers used the AutoDesk app to spit out a 1 million line plus text file with human readable names of every project, file type and file path.
What I am trying to do is suck all of that data into a spreadsheet that I can upload to Sharepoint (or paste directly into Sharepoint).  When I try to copy/paste on my Mac Mini directly into a Sharepoint page, both Safari and Firefox go into a spinning beach ball of death.  Time stops; photons of light are bent towards the event horizon; you get the picture.
Since Numbers won't accept more than 65,000 lines, I need a way to get that data into a spreadsheet.
I have downloaded LibreOffice and will give that a try. 
Knowing what you do now, might you have any other suggestions?
Thank you again.
Scott

Similar Messages

  • What is the maximum number of row for a table control in LabWindows/CVI ?

    I use LabWindows CVI 8.5.1 (MMI first developped in version 6.0).
    In one of our many MMI, a table control contains a list of aircraft parameters.
    We can add as many parameters (row) as we want but over 40 000 we observe a crash of the LabWindows CVI runtime.
    Our client want to inscrease the number of parameters (row) up to 200 000 !!!
    So my questions are:
    What is the real maximum number of row for the table control ?
    Is this maximum number of row different on LabWindows 2010 version ?
    Or is there an other solution ?
    Thanks

    Greetings,
    Can you clarify what you mean by "crash"? Is there an error message thrown? Is it possible that you've consumed all of the available memory?
    Please let me know.
    Thanks, James Duvall
    Product Support Engineer
    National Instruments

  • What is the maximum number of columns allowed on a table?

    What is the maximum number of columns that a table can have? I have a research team that wants to have 140,000 columns on one table and 2000 rows.
    What would be the best way to input (SQL*Loader?) that data on this table and retrieve data from this table? The highest number of columns that I have implemented on a table was 500.
    Any feedback would be greatly appreciated.
    Thanks. ;-)

    Holy cow 140,000 columns and 2000 rows!! I think you are going to have to tell someone to come up with a better design because that doesn't sound like a relational table. Besides, I found this in the Oracle 8.1.7 Reference Manual:
    "The absolute maximum number of columns in a table is 1000. However, when you create an object table (or a relational table with columns of object, nested table, varray, or REF type), Oracle maps the columns of the user-defined types to relational columns, creating in effect "hidden columns" that count toward the 1000-column limit. For details on how Oracle calculates the total number of columns in such a table, please refer to Oracle8i Administrator's Guide."

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • What's the maximum number of Apple TVs that can be displayed in the AirPlay list?

    We have 50 conference rooms all on the same network and are considering equiping each one with an Apple TV for AirPlay Mirroring our iPad 2s to the rooms projector, or TV. What is the maximum number of Apple TVs that can be displayed in the AirPlay menu to select the correct Apple TV for the conference room being used?

    From what you're saying it sounds as though you wouldn't want to Airplay to all AppleTVs at once, just identify them when that specific room in use?
    This is one of those uncharted territories wheer most domestic users will not require such a set up - Apple provide no official info about this, but they'd be your best source to ask.
    AC

  • Setting the maximum number of rows in a ResultSet

    Hi everybody,
    Anyone knows if it is possible to set the maximum number of rows to obtain in a ResultSet using JDBC 2.0, and if so, how to do it?
    Thanks in advance.

    Statement st = con.createStatement();
    st.setFetchSize(no_of_rows_here);
    ResultSet rs = st.executeQuery(query);Sudha

  • What is the maximum number of columns that can be displayed by sqlplus?

    Hello,
    Questions:
    Is there a limit on what sqlplus can display?
    What is the maximum number of columns that can be displayed by sqlplus?
    I cannot find anything on this in my search. I checked the limits page:
    http://docs.oracle.com/cd/B19306_01/server.102/b14357/apa.htm#sthref3658
    http://docs.oracle.com/cd/E11882_01/server.112/e16604/apa.htm#i635278
    It does not specify any column limits; however, I'm thinking it is tied to LINESIZE which is system dependent.
    Please confirm if true.
    Thanks!

    Received answer directly from SQL*Plus Development:
    "sqlplus does not have a limit on the number of columns it displays."
    They created a table with more than 256 columns with data and had no problem retrieving the data.

  • TS1503 what is the maximum number of pictures I can store and keep on my iPhone 3G?

    What is the maximum number of pictures I can store (and keep indefinitely) on my iPhone 3GS (8GB)?

    It is a balancing act between your photos and everything else you have on the device (apps, mail, messages, etc.), so there is no specific "number" we can give you. Just keep track of your available memory, and make sure you back up your photos regularly so if you reach the maximum memory capacity, you can delete the oldest ones without worrying that they are not saved somewhere else:
    IMPORTING PHOTOS - WINDOWS/MAC
    Cheers,
    GB

  • IN cluse: what is the maximum number of values that can use in "in" caluse?

    Hi All,
    Please see the following querry
    select * from <table> where <columnname> in (value1,value2,....);
    My question is what is the maximum number of values we can put inside the bracket in the querry?
    I mean what is the maximum number of values that can use in "in" caluse.
    Best Reagrds
    Marcelo

    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/expressions014.htm
    A comma-delimited list of expressions can contain no more than 1000 expressions. A comma-delimited list of sets of expressions can contain any number of sets, but each set can contain no more than 1000 expressions.
    The following are some valid expression lists in conditions:
    (10, 20, 40)
    ('SCOTT', 'BLAKE', 'TAYLOR')
    ( ('Guy', 'Himuro', 'GHIMURO'),('Karen', 'Colmenares', 'KCOLMENA') )

  • What is the maximum number of Active Connection in SSG 7206VXR?

    Hi,
    What is the maximum number of SSG Host or active connection (show ssg service package) for Cisco 7206VXR which running with NPE-G1? The SSG is deploying with Web-login and the TCP-Redirect, Port-bundle and Pass-through is enabling. The SSG is to handling IP session authentication. The SSG is binding Gigabit Ethernet.
    The current version of IOS is show as below.
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)
    Thanks,
    Chia

    To set the maximum number of services per user, use the ssg maxservice command in global configuration mode. To reset the maximum number of services per user to the default, use the no form of this command. ssg maxservice number and no ssg maxservice
    If you want to know more please click following URL:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf59.html

  • . What is the maximum number of levels available in SAP?

    What is the maximum number of levels available in SAP?
    thanx in advanc
    regards,
    rajesh

    this is the question i got from the net for interview preparaton.
    i tried a lot to find out the answer, but still it is pending.
    pls. help me in this.
    regards,
    rajesh

  • What is the maximum number of columns available in Numbers 3.1?

    What is the maximum number of columns available in Numbers 3.1? (I don't seem to be able to get past Column IU. Is that just how it is?)

    DBacs wrote:
    Aha! Just after posting this, the Support Community website suggested "More Like This", and I discovered the answer: 256 columns.  (I don't suppose I get Genius Points for answering my own question, do I...?)
    No

  • What is the maximum number of photos in a iphoto book?

    What is the maximum number of photos in an iphoto book?

    Depends on the theme and the page layouts you - choose - a book has a maximum of 100 pages and as far as I have seen the most photos on a page is 16 - so 1600 would be the Max if you used 100 pages of 16 photos each
    for an overview of page layouts for iPhoto '09 (all are still valid in iPhoto '11 - with some more added) see Liz Castro's web site - http://www.iphotobookthemes.com/pmwiki.php?n=Main.HomePage
    LN

  • What is the maximum number of contacts in a group that will send in an iCloud email? I'm sending from MacBookPro.

    What is the maximum number of contacts in a group that will send in an iCloud email? I'm sending from MacBookPro.

    Limits on Sending Messages  
    iCloud has several safeguards to ensure that only iCloud members can send messages using the iCloud outgoing mail server. Among these safeguards are reasonable limitations on:
    The total number of messages you can send each day (200 messages)
    The number of recipients to whom you can send each day (1000 recipients)
    The maximum number of recipients per message (100 recipients)
    The size of incoming and outgoing messages (20 MB)
    You can send 10 emails to 100 people each in a day, for example, or 198 messages with, on average, 5 recipients (and five ninety-ninths).

  • What is the maximum number of builds in Keynote version 6.2?

    What is the maximum number of builds in Keynote version 6.2? If there are any...
    I'm up to 800 builds and seems to be working great. I'd like to keep adding builds and want to know if anyone has stumbled across a limit and started to have issues.
    Thanks!

    Hi Wayne - you have been very helpful; thank you.
    I work at a film / tv post production facility.  We use Outlook365 and the Sharepoint feature to share Word Docs and Excel Spreadsheets virtually.  I use the Excel functionality in Sharepoint so that we can track media we copy to our StorNext SAN volumes as well as the multiple LTFS and Tar Per Shot LTO5s we write for both our clients and as internal data backups.  Managing the media is beyond critical as TV and Feature studios require the utmost care of their OCF (original camera footage) and dailies / editorial media.
    Of the many toolsets we use to edit and color shows and feature films is the AutoDesk platform (think Flame, Inferno, Smoke).  The application toolset writes over 20TBs of data to our SAN volumes and the way it writes the data is unique to the application. If you tried to look at via a Mac Finder or Windows Explorer, the hex values in the filenames would not make sense. We cannot associate those hex names with actual human readable project names.
    One of my engineers used the AutoDesk app to spit out a 1 million line plus text file with human readable names of every project, file type and file path.
    What I am trying to do is suck all of that data into a spreadsheet that I can upload to Sharepoint (or paste directly into Sharepoint).  When I try to copy/paste on my Mac Mini directly into a Sharepoint page, both Safari and Firefox go into a spinning beach ball of death.  Time stops; photons of light are bent towards the event horizon; you get the picture.
    Since Numbers won't accept more than 65,000 lines, I need a way to get that data into a spreadsheet.
    I have downloaded LibreOffice and will give that a try. 
    Knowing what you do now, might you have any other suggestions?
    Thank you again.
    Scott

Maybe you are looking for

  • Isync and Motorola L2

    I have paired my Motorola L2 phone with my MacBook (unibody) and isync will not add contacts from my phone address book to the MacBook address book, however my contacts in my address will appear in my phone address book. The Apple web site says the L

  • Tax code I9 does not exist for jurisdiction code 7700000000

    Hi all, My user is trying to post the trip to finance. While posting she is getting error: Tax code I9 does not exist for jurisdiction code 7700000000. I checked setting of tax code I9 in HR box. Everything looks fine. Can anyone suggest me what are

  • Problems opening iPhoto.

    I'm not quite sure what version I have of iPhoto, but I tried opening it and it failed to do so. I uploaded the latest version of iPhoto, and it says that "An eligible iPhoto application was not found in the location /Applications". What do I do? Is

  • Using SUBMIT, EXPORT and IMPORT

    Dear All, I would like to know how to use these commands above to solve my reports issues... There are two reports created, one is a customized P/L report and another is Balance Sheet Report. In P/L report there a number of select-options of period a

  • How to make a new icloud account without deleting the acount on other divices

    I got an ipad4 and when I go into icloud to type in a new account email it is grey and you can't change it. I want to have my own account in my own ipad.