Can I combine two files to be two sheets in one file?

well can I?  And if so, how?  Not sure how to explain in more detail, but I can try if need be.  Help me?!

Hi SharpieJeff,
SG, who offered a simple script on another of your topics is one of the scripting wizards on the Numbers forum. I am beginning to find my way within a Numbers file but reading a bunch of files into 1 is something I haven't attempted yet. Numbers 3 is very script savvy so it can be a very useful tool. A script I am using with some frequency updates certain popups on several sheets in a file.
One helpful website is http://macosxautomation.com/applescript/firsttutorial/index.html
You need to know that each Numbers file or document can contain many sheets. Each of those sheets can contain many tables. You might also hear a file refered to as a spreadsheet. The distinctions will be important if you being to script.
quinn

Similar Messages

  • How can I combine multiple deliveries of the same address to one shipment.

    Hello Friends,
    My client is sending multiple deliveires with multiple shipments to the same customer. His cost is increasingm therefore I am lookign to help him to combine all the deliveries to one shipment and one delivery.
    How can I combine multiple deliveries of the same address to one shipment.
    Please help me.
    Regards

    Of course, you can combine several deliveries into one shipment. You can set your own selection variant to select deliveries with the same ship-to party.
    You cannot combine several deliveries into one delivery. The combination of deliveres is possible only when creating deliveries in VL10*.
    Edited by: Harry Wu on Jun 21, 2010 4:30 AM

  • How can I combine multiple animations. (Play another animation after one has finished with a click?)

    How can I combine multiple animations. (Play another animation after one has finished with a click?) Like a slideshow but with animations. any ideas?

    You can do this by calling up the different edge Animate composition html pages using buttons and an iframe:
    To get a general idea, put this in the body of an html page and insert your own URLs where indicated
    <iframe id="iframeID" src="yourFirstURL" width="640" height="480">
    <p>Your browser does not support iframes.</p>
    </iframe>
    <button onclick='loadIframe("iframeID", "firstAnimURL")'>First Animation</button>
    <button onclick='loadIframe("iframeID", "secondAnimURL")'>Second Animation</button>
    <button onclick='loadIframe("iframeID", "thirdAnimURL")'>Third Animation</button>
    <script>
    function loadIframe(iframeID,url) {
    //alert("Hello");
       document.getElementById("iframeID").src = url;
    </script>
    Peter Small

  • Read a excel file and split its sheets to seperate file ?

    Dear all :
    How to split a excel file into several file, each have one sheet.my code is as below,thanks:
    import org.apache.poi.hssf.usermodel.*;
    import java.io.*;
    import java.util.*;
    import org.apache.poi.poifs.filesystem.*;
    public class Extractxls {
    public static void main(String[] args) throws Exception
    try {
    POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(args[0]));
    HSSFWorkbook wb = new HSSFWorkbook(fs);
    int sheetCount = wb.getNumberOfSheets();
    System.out.println(sheetCount);
    try {
         while(sheetCount > 0) {
         sheetCount--;
         HSSFWorkbook wb1 = new HSSFWorkbook();
         HSSFSheet s = wb1.createSheet();
         String sheetName = wb.getSheetName(sheetCount);
         HSSFSheet sheet = wb.getSheet(sheetName);
    //     HSSFSheet sheet = wb.getSheetAt(sheetCount);
         System.out.println(sheet.toString());
         s = sheet;
    FileOutputStream fileOut = new FileOutputStream("atest" + sheetCount + ".xls");
    wb.write(fileOut);
    fileOut.close();
    } catch (Exception e) {
         System.err.println("Error: " + e.getMessage());
    } catch (Exception e) { e.toString();}

    The HSSFWorkbook class is part of the POI project:
    http://jakarta.apache.org/poi/
    Regards,
    Dave Gilbert
    JFreeChart Project Leader
    I understand poi porject, my problem is that POI can not read a excel file and split its sheets into seperate file (each have one sheet) ?Does any one know how to do it.

  • Can I combine the out put of TWO FIELDs into One fields  in BW query

    Hi,
    For example, I have two fields ‘FIRST name’ and ‘last Name’ in the info provider and in theBW query these two are displayed in two separate field with independent drill down capability, Can I combine those and show as a single field with a single drill down capability.
    Thanks

    Hi Arunava,
    Combination of two fields can be done at Excel level where we will not get the drill down. We can rather use use an object which is compunded for the two names and then add them in the cube. we can achieve the functionality of drill down on the report level.
    Hope this will help you in resolve the issue.
    Regards,
    Phani.

  • Two VMs and exclusive write access to one file

    How can one guarentee exclusive write access to a file when two vms want to write to it?
    I looked at
    http://developer.java.sun.com/developer/JDCTechTips/2003/tt0304.html#2
    However, I am not sure whether a race condition could happen or not.
    (I thinking like:
    if file is not writable, change to writeable,
    else if file is writable, wait for a while and check again.
    write what you want
    change file back to not writeable.
    Is there some OS level exclusive access thing we can take advantage of? The follow up question would be, what about system crashes?
    Thanks.

    The problem with what you describe is that two JVMs
    could discover the file is not writeable at the same
    time, and then change it to writeable. You need some
    sort of action which can only be successfully
    completed by one JVM. Here's an idea:
    Create a dummy file which represents a "lock" (only
    one JVM may hold the lock). When a JVM wants the
    lock, it attempts to delete the file. This can only
    succeed for one JVM. Once you have the lock, you do
    your business and then restore the file.http://java.sun.com/j2se/1.4/docs/api/java/io/File.html#delete()
    not bad. It's a false situation too.
    However, deadlock can happen if the other VM goes down while the lock is taken.

  • Write to Measurement File Defaults Back to "Save to One File"

    I'm trying to use the "Write to Measurment File" to make a series of files - but as soon as I hit ok it defaults back to "Save to one file". Even without running the VI it just sets itself back. I've attached files of what it looks like before I hit okay, the settings, and what happens after I close it.
    Perhaps this is a bug?
    Also, if you can see, I don't want the file to be called testdata__ but there is no way to change the prefix of the file because the box is greyed out. Any way to change that either?
    Solved!
    Go to Solution.
    Attachments:
    Capture.JPG ‏70 KB
    Capture2.JPG ‏66 KB
    Capture3.JPG ‏47 KB

    What version of LabVIEW are you using?
    LV2009 has some bugs with the Write to Measurement File Express VI.
    See this thread for more information.  http://forums.ni.com/t5/LabVIEW/write-measurement-file-save-to-series-bug/m-p/1226104

  • Dynamic sender  file name Pattern and collecting into one file

    Hi Experts,
    Could you please let me know how to achieve below scenario.
    1)     File Directory: TEMP: files: test1,test2,ign1,ign2..etc.
    2)     Get the files of pattern test*
    3)     Received files test1, test2.
    4)     Club contents of file Hemanth1, Hemanth2.
    Ex: test1 contains------REC1
          test2  contains------REC2
    OUTPUT FILE contains REC1,REC2.
    5)     Pass OUTPUTFILE and filenames (test1,test2) to R/3.
    PS: Please dont give references of blogs..I went through most of them could n't finad anything helpful.
    My concern is how to collect files into one file and sending filename pattern..
    Thanks in advance..

    Hi Experts,
    Could you please let me know how to achieve below scenario.
    1)     File Directory: TEMP: files: test1,test2,ign1,ign2..etc.
    2)     Get the files of pattern test*
    3)     Received files test1, test2.
    4)     Club contents of file Hemanth1, Hemanth2.
    Ex: test1 contains------REC1
          test2  contains------REC2
    OUTPUT FILE contains REC1,REC2.
    5)     Pass OUTPUTFILE and filenames (test1,test2) to R/3.
    6) Suppose poling is for 2 minutes..I dont want to read the files which I already read again (I dont want to delete or modify source directory files)
    PS: Please dont give references of blogs..I went through most of them could n't finad anything helpful.
    Thanks in advance..

  • HT5625 How can I combine an old Apple id to the new one and update my Apps. Can this be done?

    I used an older Apple id for a few years and paid for Apps. Now, I don't use this anymore, but some of my paid Apps need updating.
    I can't remember my old password, and Apple support doesnt' seem to have an answer. So, I can't update my older Apps.
    Thanks for your help

    You cannot combine accounts

  • How can i combine pages in potrait and layout orientations in one document in Pages '09?

    Hi all,
    I am a new user to iwork '09. Previously I had been using Microsoft office for Mac, but I recently downloaded iWork as i believe Apple designs hardware and software which has better performance.
    So far i am happy with using pages'09, but recently I have gotten frustrated. I do many project documents which have narrative sections which are usually done in portrait orientaion, but these documents also have rather wide tables which are best presented in landscape orientation. I could switch page orientation in word, but in pages, I have not been able to do so. This alone makes working with pages rather difficult and not appropriate for quite a few of my proposals.
    Would anyone be able to advise me on how I can make documents in pages which have some pages in portrait orientation and other in landscape orientations within the same document?
    Please help!
    Ayaz

    Thank you so much for your response. I appreciate the time you have taken out to attend to my query.
    The document I am working on is to be shared with a team for further inputs. Its frustrating how they can all mix page orientations as they use word and I cannot because i use pages. In essence I will also have the final input on some of these documents and then forward them to coleagues internationally, hence they must look presentable and easy to read.
    Do you have any tips I could use? I could use word, but I love the look of my documents when done in pages, its a fantastic word processor, albeit this limitation.

  • Is there a way to combine multiple tables/sheets into one file?

    In Excel if add more than one sheet you have tabs at the bottom that you can click on and name. Does Numbers have something similar? I searched support and even googled the question but couldn't really find an answer. I appreicate any help!!!
    Thanks!!

    More a vocabulary issue than anything else, although the underlying models are somehwat different.
    A Numbers document must have at least one Sheet, the large canvas on which other objects are placed.
    Every Sheet starts with one Table on it. You can add several tables to a Sheet. Usually hese are (relatively) small, single purpose tables, typically used to perform calculations on the contents of the main table, to hold data used by the main table, to extract data from the main table for use in a Chart, or for other purposes. As each Table is added, its icon is added to the list, under the Sheet to which it was added. Tables can be moved to a different sheet by dragging their icons in the Sheets list. umbers aoutomatically updates all formulas to fit the new location.
    Charts can be added to a Sheet by selectng the data to be graphed, then choosing the chart type from the Charts button in the Toolbar. An icon for each chart is added to the list (under its Sheet) as the chart is created.
    When you add a Sheet to a Numbers document, that Sheet's icon appears in the Sheets list to the left of the working area (where the active Sheet and its contents are displayed). Charts can be moved to a differet Sheet by dragging their icons.
    Other objects (Text boxes, graphics objects) can also be added to the Sheet. No icons appear for these.
    The list of items for each Sheet can be collapsed (by clicking the disclosure triangle beside the Sheet name), hiding the Table and Chart names, and leaving only the Sheet name and icon showing in the Sheets list.
    Only one sheet may be viewed at a time. To switch between sheets, click the icon of the Shhet to which you want to go, or click the icon of an item on that sheet to bring the sheet to the front with the clicked item on the screen.
    For more detail, and a better introduction to Numbers, I'd recommend reading at least the first four chapters of the Numbers '09 User Guide, available through the Help menu in Numbers, or from this page.
    Regards,
    Barry

  • How can I combine all my Itunes on several computers to one main computer?

    I have my work, home and laptop associated with my IPad and IPhone. So, I have somethings here and somethings there. I recently just bother a new mega computer for my home and would like to only use that computer for my ITunes. How can I get everything compbined for the new home computer? Thank you for your help......

    Copy everything from your old computer, or your backup copy of your old computer to your new one.

  • Can you combine both tracks of a stereo channel into one new stereo channel that has both channels?

    This is an old 3/4 inch newsroom tape where they put one side of the story on the left channel and the SOF part on the right channel, so it bounces back and forth as you listen. I captured it in one stereo track but I don't see anyway to combine them on a new stereo master track that would have both the original tracks blended together in sort of a mono version but still coming out of both speakers.  Premiere Pro CC.

    http://www.larryjordan.biz/premiere-pro-cs6-isolate-audio-channels/
    I like option 3.

  • Seeing multiple file download dialogs trying to download one file.

    I'm seeing some strange behavior from an application that uses the Safari Webkit to download a file from within the app. When I click the 'download' button I get cascading file download dialog boxes. Sometimes it is only two and sometimes it is 15+. Has anyone ever heard of this before????? Could it potentially be related to Java script or the version of Java?
    Thanks!

    Yes I've been in contact with the developer and they aren't sure what the issue could be as it seems to be happening for only a few users. From what they can tell it is only on Leopard. They use an SDK that calls into the Safari webkit, so they thought it might have something to do with my Safari preferences.

  • Scanning files and would like to Import one file into another.

    I am scanning pages of a book and saving them individually onto a USB Flash Drive.  I would like to put page two into the same file as page one.  How di I accomplish this task?

    Or by using the CreatePDF service.

Maybe you are looking for

  • Getting music from itouch to a new pc w/o losing music

    I have a new pc hard drive and want to copy my itouch music to the computer. My concern is that if I sync to a blank itunes account I may lose all the music in the itouch.

  • 100% CPU usage during downloads in iTunes 7

    Wow, ever since I installed iTunes 7, my CPU stays pegged at almost 100% utilization during iTunes downloads. Downloading podcasts, songs, video, etc. all cause the CPU usage spike. Running 2.26 Ghz P4 with 1 Gb RAM, 200 GB HD. Even when I'm only get

  • Best way to install

    I was just looking at what were the best ways to go about installing a program and releasing updates for it. I've started looking at Web Start, but the major problem with it is that it can't send anything but JAR files and I need to be able to send o

  • Conversion utilities

    Conversion utilities e.g. LSMW What is conversion utilities?. what is  LSMW stands for?. Please help me out.

  • Problem After writing the Jfree chart into pdf

    Hi All, I am writing the Jfreechart object with my company logo into JSP and and setting the content type as "application/pdf". I am getting the error as java.lang.IllegalStateException: getOutputStream() has already been called for this response. I