Import filenames & tags into spreadsheet

Hallo,
I have the following problem: I have many perfectly tagged files and folders on an external drive. I now want to create a list/ (excel) spreadsheet of all those files so I have an overview of what is on that external device when it is not connected to my MacBook. I think the easiest way to do so is changing dictionary to the external device in terminal and then use ls command. So now I have a nice list of all Files and folders. What I don't have and what is apparently not possible to get through terminal ist a list of all files and folders with all the assigned tags.
Any way to do this?
Kind regards
Patrick

That's probably because you, like me, are used to the stupid ways that Windows does things. Which means, things that should be simple are always difficult. It's hard sometimes for my brain to transition to the, "well Windows was hard so Mac is easier but not THAT much easier mode and ..." well things like this.
I also noticed that if you high lite several files and paste them into a non "text" file it will actually copy the -- contents -- of the files into the document even though you haven't opened up the files. This is cool too.

Similar Messages

  • Import an open office spreadsheet into internal table

    hi all,
            i have one requirment to import excel into sap but  i dont have MS office on my system     
              is  there any way to import an open office spreadsheet into internal table
                by using  ALSM_EXCEL_TO_INTERNAL_TABLE fm  or any other ways.

    Hi,
    You can use this function module 'ALSM_EXCEL_TO_INTERNAL_TABLE',
    It works fine, Here is a sample code hwich I developed and working fine.
      FIELD-SYMBOLS: <FS1>.
    Variables
      DATA: LV_BEGCOL TYPE I VALUE 1,
            LV_BEGROW TYPE I VALUE 1,
            LV_ENDCOL TYPE I VALUE 100,
            LV_ENDROW TYPE I VALUE 32000.
      DATA: LV_FILENAME LIKE RLGRAP-FILENAME.
      DATA: LV_ZWLEN TYPE I,
            LV_ZWLINES TYPE I.
      DATA: LV_TIND(4) TYPE N.
      DATA: LV_ZWFELD(30).
      DATA: KZHEADER TYPE XFELD.
    Internal Tables
      DATA: BEGIN OF LT_INTERN OCCURS 0.
              INCLUDE STRUCTURE  ALSMEX_TABLINE.
      DATA: END OF LT_INTERN.
      DATA: BEGIN OF LT_INTERN1 OCCURS 0.
              INCLUDE STRUCTURE  ALSMEX_TABLINE.
      DATA: END OF LT_INTERN1.
      DATA: BEGIN OF LT_COL OCCURS 0,
             COL LIKE ALSMEX_TABLINE-COL,
             SIZE TYPE I.
      DATA: END OF LT_COL.
      DATA: BEGIN OF LT_FIELDNAMES OCCURS 3,
              TITLE(60),
              TABLE(6),
              FIELD(10),
              KZ(1),
            END OF LT_FIELDNAMES.
    No of columns
      DATA: BEGIN OF LT_DATA_TAB OCCURS 0,
             VALUE_0001(50),
             VALUE_0002(50),
             VALUE_0003(50),
             VALUE_0004(50),
             VALUE_0005(50),
             VALUE_0006(50),
             VALUE_0007(50),
             VALUE_0008(50),
             VALUE_0009(50),
             VALUE_0010(50).
      DATA: END OF LT_DATA_TAB.
    Initialization
      LV_FILENAME = P_UFILE.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          FILENAME                = LV_FILENAME
          I_BEGIN_COL             = LV_BEGCOL
          I_BEGIN_ROW             = LV_BEGROW
          I_END_COL               = LV_ENDCOL
          I_END_ROW               = LV_ENDROW
        TABLES
          INTERN                  = LT_INTERN
        EXCEPTIONS
          INCONSISTENT_PARAMETERS = 1
          UPLOAD_OLE              = 2
          OTHERS                  = 3.
      IF SY-SUBRC <> 0.
        WRITE:/ 'Uploading Error'(019), SY-SUBRC.
      ENDIF.
    Arrange Data
      LOOP AT LT_INTERN.
        LT_INTERN1 = LT_INTERN.
        CLEAR LT_INTERN1-ROW.
        APPEND LT_INTERN1.
      ENDLOOP.
      SORT LT_INTERN1 BY COL.
      LOOP AT LT_INTERN1.
        AT NEW COL.
          LT_COL-COL = LT_INTERN1-COL.
          APPEND LT_COL.
        ENDAT.
        LV_ZWLEN = STRLEN( LT_INTERN1-VALUE ).
        READ TABLE LT_COL WITH KEY COL = LT_INTERN1-COL.
        IF SY-SUBRC EQ 0.
          IF LV_ZWLEN > LT_COL-SIZE.
            LT_COL-SIZE = LV_ZWLEN.
    Internal Table, Current Row Index
            MODIFY LT_COL INDEX SY-TABIX.
          ENDIF.
        ENDIF.
      ENDLOOP.
      DESCRIBE TABLE LT_COL LINES LV_ZWLINES.
      SORT LT_INTERN BY ROW COL.
      IF KZHEADER = 'X'.
        LOOP AT LT_INTERN.
          LT_FIELDNAMES-TITLE = LT_INTERN-VALUE.
          APPEND LT_FIELDNAMES.
          AT END OF ROW.
            EXIT.
          ENDAT.
        ENDLOOP.
      ELSE.
        DO LV_ZWLINES TIMES.
          WRITE SY-INDEX TO LT_FIELDNAMES-TITLE.
          APPEND LT_FIELDNAMES.
        ENDDO.
      ENDIF.
      SORT LT_INTERN BY ROW COL.
      LOOP AT LT_INTERN.
        IF KZHEADER = 'X'
        AND LT_INTERN-ROW = 1.
          CONTINUE.
        ENDIF.
        LV_TIND = LT_INTERN-COL.
        CONCATENATE 'LT_DATA_TAB-VALUE_' LV_TIND INTO LV_ZWFELD.
        ASSIGN (LV_ZWFELD) TO <FS1>.
        <FS1> = LT_INTERN-VALUE.
        AT END OF ROW.
          APPEND LT_DATA_TAB.
          CLEAR LT_DATA_TAB.
        ENDAT.
      ENDLOOP.
    Thanks & Regards,
    Dileep .C

  • Is there a way to import iCal data into a numbers spreadsheet?

    Is there a way to import iCal data into a numbers spreadsheet?

    If you want to import lots of calendar events into Numbers, the general way to proceed would be to:
    export in CSV (character-separated values) from iCal (Calendar)
    import the CSV into Numbers.
    1. can be accomplished via AppleScript (perhaps in an Automator workflow) or, perhaps more convenient, a dedicated exporter app such as Export Calendars Pro or competitors.
    2. Importing into Numbers is usually as easy as File > Open and choose the CSV file.
    SG

  • Is there a way to import data in a spreadsheet or text file into Contacts v7?

    Is there a way to import data in a spreadsheet or text file into Contacts v7? I have a list of about 500 people and their email addresses in FileMaker Pro that I can export in a number of formats that can be manipulated. Is there any way to get those contacts into Contacts without entering them one at a time?

    I have answered my own question. I exported the data from a layout in FileMaker Pro containing the required fields as tab separated text. That produced a .tab file that Contacts wanted nothing to do with. However, when I changed the .tab in the file name to .txt, Contacts accepted it as a file to import (File/Import). I then identified the field in Contacts in which the data in each field in the txt file was to be placed and in it went! The trick was changing .tab to .txt in the name of the file exported by FileMaker Pro.

  • CS3/JS: Code to import x-tagged text into Indesign

    Hi All,
    Normally we import text as X-Tag using Em Software plugin manually. We developed a script for auto-pagination in Indesign. But we couldn't find any JS code to import X-tagged text anywhere. So we used word file to import but facing lot of issues while importing word file into Indesign.
    Is there any javascript code to import text with X-tag plugin? If so, kindly provide. It will be be helpful for us very much.
    Thanks in advance.
    regards
    Masthan

    An external plugin can only (*) be used in Javascript if the original programmers added support for it. Best is to check its documentation, and if it's not mentioned in there, contact the authors.
    (*) Perhaps you can locate its menu entries and use those instead. I wouldn't know at all if that works with external plugins.

  • Importing Photoshop Elements tags into iPhoto 09 keywords

    I am looking for a method of importing my Photoshop Elements photos & videos with their tags into iPhoto as keywords. I've seen several posts on this topic but none quite work for my situation. I'm hoping someone has a good recommendation. I have the following...
    * iPhoto 09
    * PSE 5.0
    * 10K+ photos with an average of 2-3 tags each
    * want to import tags for video clips as well as for photos
    Here's what I've tried...
    * iPhoto did actually import a random few pictures with the tags (maybe 12 out of 10K)
    * PSE DB Tool to write the tag data to the files. This requires PSE 6.0 or greater (i have 5.0). http://www.johnrellis.com/psedbtool/
    * PSE native tag writing. Doesn't write tags on video clips and is littered with bugs anyway.
    * Other tag importing tool at http://www.cv2h.com/PSA2iPhoto/Welcome.html. Does not work with iPhoto 09.
    Any ideas?
    Help
    Kyle

    The IPTC metadata is for image files only. Video files can't have that metadata written to the file. Application can assign metadata to video files but they are kept in databases associated with the application and point to the video file.
    Some DAM (digital asset management) applications can add keywords, etc. to video files but the data stays with the application.

  • New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

    New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

    New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

  • How do I import Delicious bookmarks into Firefox with tags?

    How do I import Delicious bookmarks into Firefox Bookmarks Organizer so the tags port over? I tried importing but the tags are not coming over.

    I recommend Xmarks. For the long-winded reasons why there's nothing better, read below.
    [https://addons.mozilla.org/firefox/addon/xmarks-sync/ https://addons.mozilla.org/firefox/addon/xmarks-sync/]
    # Once installed, run the setup wizard and sign up for a free Xmarks account.
    # Once signed up, sync your bookmarks.
    # Head over to [http://my.xmarks.com/ my.xmarks.com/] and click the '''Tools''' menu option on the page, then choose '''Import Bookmarks From Del.icio.us...'''
    # Enter your del.icio.us login information so Xmarks can import your bookmarks.
    # You should see a list of your del.icio.us bookmarks. Click the '''CHECK ALL''' button, then the '''IMPORT CHECKED ITEMS''' button.
    # When Xmarks next syncs your bookmarks, you will have all of your del.icio.us bookmarks complete with tags, in a folder named "Imported from Delicious ''date of import''".
    # If you're the untrusting sort, change your del.icio.us account password.
    There are two official Delicious extensions at the moment. "[https://addons.mozilla.org/firefox/addon/delicious-bookmarks/ Delicious Bookmarks]" which not compatible with Firefox 4.0.x, and "[https://addons.mozilla.org/firefox/addon/delicious-extension/ Delicious Extension]" which is marked as compatible but doesn't actually work.
    @u48998 |
    Slurp didn't work for me. I got all the prompts like I was supposed to, but clicking the '''Export''' button on the delicious page changed its text to '''Please Wait...''' and it just got stuck like that with no way to continue.
    Apart from that, I was rather uneasy about installing an unreviewed extension from an author I've never heard of.
    @the-edmeister |
    You have that backwards. It's Firefox that does not either import or export tags from or to bookmarks.html. The only way to preserve tags when exporting is to create a json backup; these types of files wipe out all existing bookmarks when imported.

  • How do I import multiple images into single individual cells?

    Hi folks,
    I'm new to the Mac (yeah!) and imagine there just has to be a way to import a bunch of images into separate cells in Mac "Numbers" ... am I right?
    Essentially what I'd like to do is a file folder with 600 images in it, and import those directly into Mac Numbers with one picture being assigned to it's own cell. So if below were a spreadsheet it would look like this:
    Actual Picture - Picture Name - Item Description ... and so on.
    I'm trying to work with inventory items, and this is the only way I can think of doing it. Suggestions!?!?
    Here is a link to creating a macro in Excel to do a similar thing:
    http://en.kioskea.net/forum/affich-269046-adding-a-loop-to-macro-to-insert-pictu res
    Thanks for your help.
    D

    D,
    I guess you're taking another shot at getting a response. You risk getting parallel discussions going with the same content.
    What you are contemplating seems logical enough, but I think you will find that it is impractical in Numbers. Given the size of photograph files these days, you will choke Numbers in short order. You will have to be careful that you embed only photos large enough to be of use/viewable, and keep your full-sized copies elsewhere. You might find that an Apple Script can do the import for you, but otherwise it's drag and drop from the Media Browser.
    Jerry

  • Import People tags from Windows Live Photo Gallery

    I've used Windows Live Photo Gallery for years and have over 15k images that have people tags embedded in the metadata for the files.  I recently downloaded the Photoshop Elements 13 trial and am trying to determine if the organizer that ships with it will meet my needs, however, I am not seeing a way to import People tags from my existing images.  I have imported the images, and most of the photo tags appear to have been imported, but not the people tags.  Is there any built-in way to import people tags from the file-based EXIF metadata, or an external tool or add-in that might be able to bring my WLPG People Tags into PE13?
    Thanks!

    Adding a 'Me too' to bump this up. Doing the '30 day evaluation' as I'm looking to change only because MSFT has abandoned the product and I some better editing on things like 'healing/clone brush' for the picture's I scan (using the very old Digital Image Pro).   Google's Picasa has no problem recognizing them including the location of the face selection (though it does like to recognize over top of them sometimes).
    I can deal with some of the amazingly frustrating clunkiness of the UI and navigation (they seriously need to hire some new usability designers) but it is a show stopper if the People aspect won't recognize existing tags from WLG and/or Picasa.

  • Importing XML Tags in a document

    Hello,
    I've been trying to import XML Tags in a .indd i created, using the Java API but it does not seem to work (the tags content don't update when i export the document as PDF).  I did the same actions in the InDesign CS4 GUI and it worked like it's supposed to.
    I ran the InDesign server using that command: InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    I included the .indd file, XML tags file and the Java code I wrote.
    EDIT:
    Also, document.getModified() is FALSE, even after calling document.loadXMLTags(...).
    When I exports the tags, all I get is this:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Root colorindex="0"><Tag colorindex="35"/></Root>
    document.countTextFrames() returns 4, which is what is expected.  However document.countXMLTags() returns 2, i'm guessing it's because all my tags are named <Tag...> (+ the <Root> element).  Could that be the cause of my problems?
    any help will be appreciated, thanks

    Import XML imports the entire XML file, including the tags and the content, into the document. In the UI, the result would be seen in the Structure View. You can then work with the imported tagged content.
    Load XML tags simply loads the tags into the tag list. In the UI, the result would be seen in the tags panel. (This command is also available from the tags panel.) No XML content is imported; only the tag list is populated. This is used when you just want the tags from a document, and you don't want the content. You can then tag new content using the same tags as the XML file.

  • Import Multiple Excel Into Sql Server

    I have 4 Excel spreadsheets all with different formatting and column names that I want to use powershell to import into ONE Sql Server Table that I will want to create with powershell.  I have found several instances of importing one workbook, but I
    haven't found one where you can import multiple workbooks into the same table.  Can someone show sample code for a reference on how to import multiple spreadsheets into the same table with powershell please?  I found this link which looks like a
    GREAT starting point, but unfortunately it is only showing how to do one table, and I am WAY new to powershell so can't tweak it on my own to set it to import multiple
    http://www.sqlserver-dba.com/2013/01/sql-server-export-excel-data-to-sql-server-with-powershell.html

    Hi IndigoMontoya,
    As a workaroud, how about merge mutiple excel files into one file, then import this excel file to sql table?
    To merge excel files, please refer to this script:
    $Files = 'd:\merge1.xlsx','d:\merge2.xlsx'
    #Launch Excel, and make it do as its told (supress confirmations)
    $Excel = New-Object -ComObject Excel.Application
    $Excel.Visible = $True
    $Excel.DisplayAlerts = $False
    #Open up a new workbook
    $Dest = $Excel.Workbooks.Add()
    #Loop through files, opening each, selecting the Used range, and only grabbing the first 6 columns of it. Then find next available row on the destination worksheet and paste the data
    ForEach($File in $Files[0..4]){
    $Source = $Excel.Workbooks.Open($File,$true,$true)
    If(($Dest.ActiveSheet.UsedRange.Count -eq 1) -and ([String]::IsNullOrEmpty($Dest.ActiveSheet.Range("A1").Value2))){ #If there is only 1 used cell and it is blank select A1
    [void]$source.ActiveSheet.Range("A1","F$(($Source.ActiveSheet.UsedRange.Rows|Select -Last 1).Row)").Copy()
    [void]$Dest.Activate()
    [void]$Dest.ActiveSheet.Range("A1").Select()
    }Else{ #If there is data go to the next empty row and select Column A
    [void]$source.ActiveSheet.Range("A1","F$(($Source.ActiveSheet.UsedRange.Rows|Select -Last 1).Row)").Copy()
    [void]$Dest.Activate()
    [void]$Dest.ActiveSheet.Range("A$(($Dest.ActiveSheet.UsedRange.Rows|Select -last 1).row+1)").Select()
    [void]$Dest.ActiveSheet.Paste()
    $Source.Close()
    $Dest.SaveAs("d:\merge3.xlsx",51)
    $Dest.close()
    $Excel.Quit()
    Reference from:
    How to use powershell to copy several excel worksheets and make a new one?
    I hope this helps.

  • Importing WORD doc into FM12

    When importing a WORD doc with multichapters into FM12,  do I need to seperate the WORD doc according to the chapters first then do the importing?

    I would say it depends:
    If your word document satisfies any or all of these conditions:
    1. It is short
    2. It utilizes few fonts
    3. It does not contain graphics with text flowing around them
    4. It has a few basic styles
    5. It is "clean": no spurious font usage, no "bleeding italic"
    then by all means, open it in FM
    Otherwise, you might want to follow the process below. In my case, I have a novel I wrote in Word. It's 147,000 words long, uses several fonts and images. I opened the file into FM and it was not able to process it appropriately. Luckily, no harm was done but I'd recommend you do backup your word file first.
    Here is what I did:
    1. I created an FM template from scratch.
    2. I used my template to import the first chapter only. In so doing, I refined the various tags ( I am assuming you are importing you word document as an unstructured framemaker doc) and created a few character tags such as "emphasis" for fragments which are emphasized and "thought" for fragments of text representing thoughts in characters' heads. These character tags are important for the editing process because by changing say the color or the size of the font for these characters tag, I can quickly highlight them and verify them. In the end, there was no portion of my text that did not have an explicitly assigned character tag, which is truly important for the quality of the text.
    3. I ran a find on "character override". Since my novel was being edited by two editors, there were quite a few overridden punctuation utilizing the wrong font, or face or size.
    4. I would then refresh the book to ensure the chapter numbering and page numbering was working correctly.
    5. Once I was satisfied with a chapter, I would import the tags back into the template and move on to the next.
    I am skipping the work I did on the preamble (first and second titles, copyright notice, acknowledgment, dedication, table of content, maps) and postamble (glossary and "about the author") but the process was the same.
    This process took me about two days to complete. In the end, I ended up with the following
    1. A robust template I can use for the successive books I am publishing
    2. A cleaner text, easier to typeset and check
    3. A greater understanding of the way FM works.
    Hope this helps

  • Insert BASE tag into HTMLDocument problem

    Hi,
    I've made a prog that read the HTML content from an URL, and write it into a file. But before writing it, I'd like to change the content to add <BASE href="http://www.site.com"></BASE> into the head part of the HTMLDocument. In my prog, I've made a insertBeforeEnd(...) to insert the <BASE> tag, but it's not inserted. I've made another insertBeforeEnd(...) to insert "hello world" (just for test) and it's inserted into the HTMLDocument. Can someone help me ? thanks a lot.
    My prog :
    import java.io.*;
    import java.net.*;
    import javax.swing.text.*;
    import javax.swing.text.html.*;
    public class InsertIntoHTML {
       public static void main(String[] args) {
          URL                  url = null;
          HttpURLConnection      conn;
          HTMLEditorKit         htmlKit;
          HTMLDocument         htmlDoc;
          InputStream            in;
          Element               head;
          boolean               ignoreCharSet = true;
          htmlKit = new HTMLEditorKit();
          htmlDoc = new HTMLDocument();
          try {
             url = new URL("http://www.google.com/");
          catch (java.net.MalformedURLException e) {}
          htmlDoc.putProperty(Document.StreamDescriptionProperty, url);
          htmlDoc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
          // read www.yahoo.com into HTML document
          try {
             conn = (HttpURLConnection) url.openConnection();
             in = conn.getInputStream();
             Reader reader = new InputStreamReader(in);
             Class c = Class.forName("javax.swing.text.html.parser.ParserDelegator");
             HTMLEditorKit.Parser parser = (HTMLEditorKit.Parser) c.newInstance();
             htmlDoc.setParser(parser);
             HTMLEditorKit.ParserCallback htmlReader = htmlDoc.getReader(0);
             parser.parse(reader, htmlReader, ignoreCharSet);
             htmlReader.flush();
          catch (javax.swing.text.BadLocationException ex) {}
          catch (java.lang.ClassNotFoundException e) {}
          catch (java.lang.InstantiationException e) {}
          catch (java.lang.IllegalAccessException e) {}
          catch (java.io.IOException e) {}
          htmlDoc.setBase(url);
          // find <HEAD> tag into HTML document
          head = getHeadElement(htmlDoc);
          try {
             // insert <BASE> tag into <HEAD> element
             htmlDoc.insertBeforeEnd(head, "<BASE href=\"http://www.google.com/\"></BASE>");
             htmlDoc.insertBeforeEnd(head, "Hello world !");
          catch (javax.swing.text.BadLocationException e) {}
          catch (java.io.IOException e) {}
          // write HTML document into file named yahoo.html      
          try {
             htmlKit.write(new FileOutputStream(new File("google.html")), htmlDoc, 0, htmlDoc.getLength());
          catch (java.io.FileNotFoundException e) {}
          catch (java.io.IOException e) {}
          catch (javax.swing.text.BadLocationException e) {}
       // Find first element into HTML document equals to tag parameter
       public synchronized static final Element findElement(Element root, HTML.Tag kind) {
          if(root == null) return(null);
          if(matchElementType(root, kind)) {
             return(root);
          int count = root.getElementCount();
          if(count > 0) {
             for(int i = 0 ; i<count ; i++) {
                Element child = root.getElement(i);
                Element e = findElement(child, kind);
                if(e != null)
                   return(e);
       return(null);
       public synchronized static final boolean matchElementType(Element e, HTML.Tag kind) {
          return(e.getAttributes().getAttribute(StyleConstants.NameAttribute) == kind);
       // Find HEAD element into HTML document
       public synchronized static final Element getHeadElement(HTMLDocument doc) {
          return(findElement(doc.getRootElements()[0], HTML.Tag.HEAD));

    first, thanks dvorhra09 for your help. unfortunately, if I use &lt; and &gt; instead of '<' and '>', the <BASE> tag is no more interpreted by my browser when the file is loaded, and the <BASE> tag is displayed textually. below, is what I tested :
    htmlDoc.insertBeforeEnd(head, "&lt;BASE href=\"http://www.google.com/\"&gt;&lt;/BASE&gt;");

  • Ipad Numbers apps unsuccessfully importing Microsoft Excel 2007 spreadsheet

    Here are what I did. I first sent a Microsoft Excel 2007 spreadsheet (the format is xlsx) to my email. And then I opened it via Numbers in iPad Mini. The Numbers was importing the Microsoft Excel 2007 spreadsheet. It took about 2-3 minutes importing the file. The importing status bar was indicating the progress. When the importing status bar was about completed and then the Numbers apps closed itself. I first thought it completed importing the file. I opened the Numbers apps, there was nothing. I attempted opening it for several times but it ended up the same. That seemed the Numbers was having a problem importing Microsoft Excel 2007 spreadsheet. By the way, there are several tabs in the Microsoft Excel 2007 spreadsheet. Would that be a reason why Numbers couldn't import the file successfully? Or maybe Numbers only import Microsoft Excel 2007 spreadsheet with single tab in the file? Please help!

    gogreen2e wrote:
    It's just general worksheet. No pivot table, no VBA logic. But there are several tabs. One of the tabs has formulas linked to other tabs. For example, formula like: '=Sheet2!B2'.
    Its possible either of those could be a factor. I'm not sure if there is a top end limit on the number of tabs Numbers will handle (at least haven't run into to it yet). The formula syntax you have does not match what number presents, so that could be the issue, but I seem to recall it has not had an issue converting in the past. Could be wrth a look however.

Maybe you are looking for

  • Character palette in CS6 flaw!

    This is bad news. When I select a font onscreen and open the character palette, then click on the font drop down, it is not automatically bringing up the selected font...meaning, it just begins at the very top of the list with 'A'. So...if it is some

  • I would like to know how to use Skype on my TV to ...

    What I'm finding out in the millions of Skype users is that there isn't anyone (so far) that knows how to use the Skype (which is installed on my SMART TV) to make a phone call or video phone call.  So, if there is anyone out there who knows how to u

  • Oracle 9 and Crystal reposts 8.5

    Hello everybody! I'm trying to link my oracle 9 database on my new report, made with Crystal Reports 8.5. But I'm having this message: "ORA-01023: Cursor context not found (Invalid cursor number)", with any object that I tried to put on the report. C

  • Appraisal Document Selection - HAP_MAIN_DOCUMENT / RABAX_STATE error

    When selecting the appraisal document within the MSS view or ESS view the following error message comes up.  Error when processing your request The URL http://saperpdev.sw.schwans.net:8080/sap/bc/webdynpro/sap/hap_main_document was not called due to

  • How can I use firefox to access Oracle's 10g Express Edition Database script editor?

    I have installed Oracle's 10g Express Edition (xe) Database in my computer, which is running Ubuntu 10.04 64-bit. I can access the database through the command line and by using the web interface on Firefox. However, the script editor doesn't work wi