Placing spreadsheet doesn't show all columns or rows. Why?

InDesign CC - Excel 2010
I have a spreadsheet that when I place into InDesign it only shows a small portion of the spreadsheet with seemingly no way to alter the display properties once placed.
In other words, after placing I can't altar/reduce the size to see the spreadsheet I placed so I can see all of it. Any tips on how to do this?

Hi Mike,
The spreadsheet isn't that big - about 5 columns.
Please see screenshots. Am I doing anything wrong as far as you can see?
This is what I get:
However this is the actual spreadsheet (not quite all of it)

Similar Messages

  • Syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    I have the same problem with podcast playlists.  When I go to the music window in my iPhone devices section, the playlists I have created on my macbook pro in iTunes do not appear as an option to sync with the iPhone.  I know some web radios streams, like the BBC, won't transfer because of compatibility issues, but the playlists of podcasts that I have created consist entirely of podcasts downloaded from the podcasts section on the iTunes Music Store.  They used to show up and sync properly before I upgraded to OS 5.1.1, but now they don't.
    Does anyone have a fix and am I right in surmising that the cause is a glitch in OS 5.1.1?

  • Function module u0091GET_PRINT_PARAMETERSu0092 Not showing all columns

    Hello all,
    I am using function module ‘GET_PRINT_PARAMETERS’
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          DESTINATION    = LOC_DEST
          COPIES         = WF_COPIES
          LIST_NAME      = WF_LISTNAME
          LIST_TEXT      = WF_LISTTEXT
          IMMEDIATELY    = ' '
          RELEASE        = ' '
          NEW_LIST_ID    = 'X'
          EXPIRATION     = WF_DAYS
          LINE_SIZE      = 132
          LINE_COUNT     = 65
          LAYOUT         = 'X_65_132'
          SAP_COVER_PAGE = 'X'
          RECEIVER       = 'SAP*'
          DEPARTMENT     = ''
          NO_DIALOG      = 'X'
        IMPORTING
          OUT_PARAMETERS = WF_PARAMS
          VALID          = WF_VALID.
    NEW-PAGE PRINT ON PARAMETERS WF_PARAMS NO DIALOG.
        PERFORM WRITE_PDF_SUMMARY USING P_VALID P_COND P_ZMGC P_ZOGC P_PDF.
        NEW-PAGE PRINT OFF.
    But in my report there are 10 columns and in download file it’s showing only 6 columns .If I increase that size to X_65_200 Then it shows all columns But it’s not readable. Please tell me how can I use that fix size X_65_132 & it will show all columns .
    Message was edited by:
            megha waykar

    You r right,But that program is already developed in following sequence
    *==>  1. Create Virtual Spool
                using FUNCTION 'GET_PRINT_PARAMETERS'
    *==>  2. Write Report to Virtual Spool. Use NEW-PAGE PRINT ON option.
                NEW-PAGE PRINT ON PARAMETERS WF_PARAMS NO DIALOG.
                PERFORM WRITE_PDF_SUMMARY USING P_VALID            
                NEW-PAGE PRINT OFF.
    *===> 3. Prepare Path and set spool number.
    *===> 4. Convert List to PDF format.
                 Use function 'CONVERT_ABAPSPOOLJOB_2_PDF'
    *==> 5. download PDF file
                CALL FUNCTION 'GUI_DOWNLOAD'.
    and it's not showing readable download file.
    I don't have to change whole coding. I just want to increase that font.

  • ICal doesn't show all text for the activity

    When I updated to iCal version 8.0 i noticed that when I am in week-view, iCal doesn't show all the text for an activity, although there is plenty of room. For example I have a lecture from 9 am - 4 pm and in the activity I put down all the things I have to do, but it only shows the first line for my activity. I need to drag the box or double click on it to see all the text. Can I change this?

    Gabriella,
    Sometimes making the Calendar window bigger, or using full screen allows additional text to be displayed.
    View>"Make Text Smaller" is also an option for those with Eagle Eyes.

  • ATV doesn't show all photos in slideshow

    My ATV3 doesn't show all my photos in slideshow. It seems to repeat the same, say 50, over and over, even though I have about 400 in the folder on my windows7 PC.
    Whats the fix?
    Thanks
    Andy

    For the avoidance of doubt are you talking about the screensaver or the slideshows.
    Slideshows should show all your photos, but screensavers will not. Screensavers need to save the photos to the Apple TVs flash storage, the Apple TV doesn't have a lot of this and so limits the number of photos it uses.

  • Apple TV doesn't show all pictures in photo stream

    I have about 1000 pictures in my photo stream, but my Apple TV doesn't show all of them. It shows only 304 photos. How can I get all my photos to my Apple TV via photo stream? I have the latest Apple TV and the latest operating system on it.
    Edit:
    And I have tried to reset Apple Tv and photo stream.

    Welcome to the Apple Community.
    Photostream in the cloud only keeps photos from the last 30 days (subject to a 1,000 photo limit). When photostream syncs the photos to your device they will stay there (subject to a 1,000 photo limit) until deleted, which means you may well have more photos in your photostream album on your device than there are in photostream in the cloud.
    The consequence of this is that if you turn photostream off and on again on your device (or enable it for the first time), it will only be populated with photos from the last 30 days, which may not be all the photos that were previously in the photostream album on that device.

  • HP 5550 web server doesn't show all required tabs

    Good afternoon!
    I have an issue with web server on hp 5550 Laserjet. Everything was good, but after reboot, it doesn't show all tabs such as "Information", "Setting", "Networking". It shows only "Home" and "Networking"...
    Do someone know how to fix this issue?
    Thanks in advance!
    Any help will be appreciated!
    Igro

    Your best bet would be to try Rapidweaver: www.realmacsoftware.com
    Best,
    Andrew
    I am not very into this stuff (can't write HTML),
    do you might have a suggestion for an other
    WebsiteBuilder?
    We can't afford GoLive (which was very cool in the
    early days built by CyberStudio) nor have I time to
    learn or buy the complex Dreamweaver.

  • Package Body in the tree doesn't show all procedures

    I am using Sql Developer 1.0.0.14.67 on Win XP Professional,
    DB servers Oracle 9i on both Linux Red HAt and Win XP Professional
    I have troubles with one of packages - in the tree under Package Body SQL Developer doesn't show all procedures of this package body.
    On the right panel all package body source is shown, but in the tree under Package Body it shows names of only procedures up to certain line in the source code - up to line where first Private (not included in Package Spec) procedure code starts.
    BUT, there are more Public procedures in package body below this Private procedure - and all of procedures below first private are not included in the tree under Package Body

    I find this quite annoying. I cannot use the navigation panel on the left to find the location of all functions and procedures in the package body. The 'missing' procedures are listed under the package spec, and double clicking on them takes me to the spec and not the body.
    I'm running v1.2.1.32.13. Is this a know issue and is there a fix planned?

  • Ipod doesn't show all the songs listed in Itunes even after sync is complete

    Ipod doesn't show all the songs listed in Itunes even after sync is complete

    I'm going through the same thing, I've tried de-authorizing and re-authorizing my computer and that seems to help. I haven't gotten all my songs back yet, but I've got about 75% of it back.

  • Show all columns

    Hi,
    For big table how about the way to show all columns in one line using Toad 10?
    Best Regards

    HuaMin Chen wrote:
    Hi,
    For big table how about the way to show all columns in one line using Toad 10?
    Best RegardsApart from what Billy said, what is a "big" table? In what way would all columns not be shown in one line?
    Even on the TOAD forums they wouldn't know what you're talking about.

  • Distiller 'default settings' blank and doesn't show all job options

    We're experiencing a problem with Adobe Distiller 9.3.0 being blank next to "Default Settings" with the error, "Error in /Library/Application Support/Adobe/Adobe PDF/Settings/PDFX4 2008.joboptions: /CheckCompliance out of range".
    I can delete that joboptions file, which removes the error message, but the Default Settings pulldown menu still is blank and doesn't show all of the joboptions files that it should.  Only 2 of them are showing up in the pulldown.
    How can I fix this?
    I've tried deleting all joboptions files and letting Adobe self repair them and have tried deleting a few com.adobe.distiller* preference files and nothing yet seems to work.
    Thanks!

    I am connected to a network but we don't share applications. CS5 Design Premium is installed on my machine.
    See screenshot below:
    What is the relevance of this? We seem to have the same location for the output module file.
    Why does mine not work?
    See screenshot below:
    The Adobe Output Module is in my Startup Scripts but it still doesn't work.

  • M3000: show-disks doesn't show all disk.

    Hi all,
    I have to setup one M3000, when I want to create a devalias, I type show-disks, but it doesn't show all the disk, it only show 2
    a) /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    b) /pci@0,600000/pci@0/pci@0/scsi@0/disk
    So, a is disk0 1 2 3 ?
    and
    b is disk 0 1 2 3?
    thanks
    Please help
    ====================================================
    {0} ok probe-scsi-all
    /pci@0,600000/pci@0/pci@8/SUNW,qlc@0
    QLogic QLE2560 Host Adapter FCode(SPARC): 2.03 06/30/08
    Wait for link up -
    Firmware version 4.03.02
    Fibre Channel Link down
    Possible causes: No cable, incorrect connection mode or data rate
    SFP state: 8Gb Present
    /pci@0,600000/pci@0/pci@0/scsi@0
    MPT Version 1.05, Firmware Version 1.31.00.00
    Target 0
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393e813d912 PhyNum 0
    Target 1
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393d84aaf3e PhyNum 1
    Target 2
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393d84ab082 PhyNum 2
    Target 3
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393e8392a42 PhyNum 3
    Target 4
    Unit 0 Removable Read Only device TEAC DV-W28S-W J.0A
    SATA device PhyNum 4
    {0} ok
    {0} ok show-disks
    a) /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    b) /pci@0,600000/pci@0/pci@0/scsi@0/disk
    c) /iscsi-hba/disk
    q) NO SELECTION
    Enter Selection, q to quit: a
    /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk has been selected.
    Type ^Y ( Control-Y ) to insert it in the command line.
    e.g. ok nvalias mydev ^Y
    for creating devalias mydev for /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    {0} ok

    Hi.
    It's not bug, it's a feture. :)
    show-disks show available controlles, that can have connected disk.
    For create alias you should manualy add what disks exactly you want use.
    disk0 /pci@0,600000/pci@0/pci@0/scsi@0/disk@0
    disk1 /pci@0,600000/pci@0/pci@0/scsi@0/disk@1
    disk2 /pci@0,600000/pci@0/pci@0/scsi@0/disk@2
    disk3 /pci@0,600000/pci@0/pci@0/scsi@0/disk@3
    Generaly this aliases alredy created at POST.
    Check output of devalias
    Regards.

  • IPhone doesn't show all music when I connect to network in iTunes

    Hi
    In iTunes Preferences on my Mac I've ticked the button to make all my music available over the network.
    When I use the Share option in iTunes on my iPhone it doesn't show all the music on my Mac. Is there something else I should set to make this work?
    Thanks
    Flybridge

    PUSH

  • My Dock doesn't show all applications with shortcut

    My Dock doesn't show all applications with shortcut
    Apple tab only shows some applications on my list not all, anyone know why? I went under system settings to fix it and there is no option for it.
    Thanks!

    Perhaps I don't understand your question, but if you think that the doc shows every application you have on the computer, this is incorrect. If you want certain applications to be shown on the dock you have to add them to the dock. The dock comes preset with a few select Applications Apple wants to feature but you are free to add others or remove ones you don't use.
    Patrick

  • Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?

    Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?
    The same issue is not present on iPhone 4 but exists on iPad
    Can anyone help?

    Try http://www.lemkesoft.com/ GraphicConverter.

Maybe you are looking for

  • How do i set up my macbook pro for the software i want to use

    how do i customize the building of my mac?  i want to add the software that i want?

  • How to send Java Mail with EXCEL attachment?

    I tried the following: ByteArrayDataSource bs = new ByteArrayDataSource (is, "application/excel"); as my datasource (all other apis are fine) But when I send this message with this datasource as attachment,I get a ParseException with the VM complaini

  • Photo Orientation around the Compass

    When upgrading to the 3.0 for the iphone, I noticed when viewing photos, the orientation only works to 3 sides. If you viewing in a landscape mode, I can turn my iphone 180º, the photos will flip to match orientation. When viewing in portrait and tur

  • Error occurred on page load in crm 2013

    Hi, I got error during page load. When I load the page this below error occurred in crm 2013. Please anyone know that why this error occurring again and again <Message>Unable to get value of the property 'remove_onRefresh': object is null or undefine

  • Neospeech only generates 1 sec audio in Captivate 6? Error

    I am new to Text to Speech in Captivate but am dabbling. I have installed the NeoSpeech content and have selected Paul as the voice I want to use. I generate audio and then preview it and it only creates 1 second worth of audio. If I change the voice