Disabling the comments in the xl sheet when it is read from a JSP page

Hi everyone,
I am currently working on a jsp page which will load the data from the xcel sheet and update the information into the db.The code works fine unless the excel sheet doesnt have any comments mentioned in any of its colums.When we have comments, i am not able to read the data from those columns and the execution stops there..
Is there any options to avoid or disable the comments in an excel, similar to disbaling images in the excel sheet.
I am currently using the jxl jar for this purpose.
If anyone can give a solution for this, it will be of immense help to me..

What version of Numbers?
Assuming 3.2 (the newer version):
when you print (using the menu item "File > Print...") use the content scale controls in the print dialog

Similar Messages

  • I have created a Blog in iWeb and uploaded it to an FTP server.   It works fine, except that the 'Comments' facility is missing.   When I upload the blog to MobileMe   the 'Comments' facility is there and working great.   How can I solve the problem on th

    I have created a Blog in iWeb and uploaded it to an FTP server.   It works fine, except that the 'Comments' facility is missing.   When I upload the blog to MobileMe   the 'Comments' facility is there and working great.   How can I solve the problem on the FTP server Blog.

    You haven't a problem. You simply did not read the iWeb Help :

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I move my iPhoto Library from one Mac to another without losing the comments on the individual photos in the process?

    How can I move my iPhoto Library from one Mac to another without losing the comments on the individual photos in the process? The source Macbook (OS 10.4.11 and iPhoto 6.0.6 (3.2.2.)) is with my husband in Germany, the target MacBook Pro (OS 10.8.5, iPhoto 11) is with me in Japan. Thanks for your help.

    I copied the iPhoto Library to a CD and from there to the new MacBook
    If you copied the library to the CD via the Finder it would be no different than the methods Terence suggested.  If you used the Share ➙ Burn menu option from inside iDVD you'll get a mini library that has to be accessed from the open library and the events/alubums copied into the destination library.  Not the same as the other methods.
    The Share ➙ Burn method is no longer supported with iPhoto 9 and later.
    OT

  • Two computers share the same wi-fi Modem . When computer A reads a message it is marked as read on both PC's, not allowing computer B to see what must be read.

    Two computers share the same WI-fi Modem . When computer A reads a message it is marked as read on both PC's, not allowing computer B to see what must still be read. Email is Thunderbird.
    Please help, Thank you for this online support option

    Imap wasn't designed for this kind of multi user situation. It assumes that you the account owner will be using it to manage one account via multiple devices. So once you have read a message it has been read, regardless of which device you were using at the time.
    You appear to be describing a situation where you want more than one user to read each message, without anyone knowing if anyone else has read it or even dealt with it. Frankly, I can't imagine a set of circumstances where this workflow would make sense or be useful.
    You can do various things such as manually setting messages as unread, or moving them from one folder to another to indicate that they have been processed, but much of this relies on users being thorough and conscientious.
    You may need to be running your own server to do this sort of email message managing, if you really need to fork a message so it gets to multiple recipients. Managing which users see a particular message is a job for a server, not the end-user's email client.

  • How I can do to display the comments of the cells in an Excel spreadsheet? I have an iPhone (4S) and use the application Numbers

    how I can do to display the comments of the cells in an Excel spreadsheet? I have an iPhone (4S) and use the application Numbers

    I would write a LabVIEW VI to read the Excel file(s) on computer n°1 and publish the data in a shared variable over the network.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Where is the serial number for Aperture 3 when you download it from the App Store?

    Where is the serial number for Aperture 3 when you download it from the App Store?

    There isn't one.

  • I accidentally deleted the calendar for a golf course when I deleted it from my phone can it be fixed

    I accidentally deleted the calendar for a golf course when I deleted it from my phone can it be fixed

    Your problem is that she used your icloud ID to connect to icloud and thus had all your data synced to her device.  Contacts are not saved in a backup to icloud, since they are stored independently in the Contacts section of icloud.  If someone deletes them, they are gone.  If you had them on the PC would they be available in some backup you frequently make of the PC?

  • Associate the comment with the button

    hello experts:
    I have a problem:  do you know how to associate the comment with the button. In Selection Screen, the FOR FIELD is used to associate the comment with the PARAMETERS and SELECT-OPTIONS, but it doesn't work for button.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN PUSHBUTTON 31(57) butt USER-COMMAND rfsh MODIF ID y07.
    SELECTION-SCREEN COMMENT 1(30) text-802 y07 MODIF ID y97.
    SELECTION-SCREEN END OF LINE.
    wrong:
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN PUSHBUTTON 31(57) butt USER-COMMAND rfsh MODIF ID y07.
    SELECTION-SCREEN COMMENT 1(30) text-802 for field y07 MODIF ID y97.
    SELECTION-SCREEN END OF LINE.
    Thanks in advance.
    Bob

    SELECTION-SCREEN COMMENT [/]<pos(len)> <comm> FOR FIELD <f>
    MODIF ID <key>.
    This statement writes the <comm> comment on the selection screen. For <comm>, you can specify a text symbol or a field name with a maximum length of eight characters. This character field must not be declared with the DATA statement, but is generated automatically with length <len>. The field must be filled before the selection screen is called. You must always specify the <pos(len)> addition. Only if there are several elements in one line, can you omit <pos>.
    The text <comm> will be displayed, starting in column <pos>, for a length of <len>. If you do not use a slash (/), the comment is written into the current line; otherwise a new line is created.
    You use FOR FIELD <f> to assign a field label to the comment. <f> can be the name of a parameter or a selection criterion. As a result, if the user requests help on the comment on the selection screen, the help text for the assigned field <f> is displayed.
    The MODIF ID <key> addition has the same function as for the PARAMETERS statement. You can use it to modify the comment before the selection screen is called.
    Check the Example
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(20) TEXT-001 FOR FIELD PARM.
    SELECTION-SCREEN POSITION POS_LOW.
    PARAMETERS PARM LIKE SAPLANE-PLANETYPE.
    SELECTION-SCREEN END OF LINE.
    Kanagaraja L

  • I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.  For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the

    I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.
    For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the timeout/reminder notification. Any idea ?
    -Thanks,
    Arun

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • How is the album and folder connected and when I delete photos from the album it also deletes from the folder?

    How is the album and folder connected and when I delete photos from the album it also deletes from the folder?

    In what application? iPhoto? If so: what version?

  • TS2972 I have ATV2 and the correct version of ITunes yet when watching a movie from ITunes, ATV2 will drop it mid way through and then will claim home sharing is not activated in ITunes. Can anyone offer advice please?

    I have ATV2 and the correct version of ITunes yet when watching a movie from ITunes, ATV2 will drop it mid way through and then will claim home sharing is not activated in ITunes. Can anyone offer advice please?

    yepp, I have done numerous tests today, skipped router and hard wired betwenn PC and appletv3. same problem.
    same network, but from my laptop, works like a charm.. so its not reproducable on all machines.
    this seems to be a itunes/bonjour problem, not ATV3 problem.

  • TS3899 I have an iPhone 5 and it shows on the Mail Icon that I have over 3,000 emails to read but the number continues to increase even when I have read the email.  I thought  once you have read an email it drops off the count of "new emails"

    I have an iPhone 5 and it shows on the Mail Icon that I have over 3,000 emails to read but the number continues to increase even when I have read the email.  I thought  once you have read an email it drops off the count of "new emails"

    The received emails should show in two locations:
    1. In the All Inboxes tab of Mail.
    2. The Inbox for each mail account,
    If your emails are not showing in these locations try quitting the mail app and then reset your iPhone.
    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal.
    To reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Is there a way to print the comments on the comments list

    Is there a way to print the comments on the comments list

    There is, but only in Acrobat. Click the Options button and select Create Comment Summary.
    If you're using Reader it's possible to output a similar summary to the console window, where you could copy it to another application, but that requires using a script.

  • New computer with lightroom 5.7 installed old computer has 3.6 installed.The new version has a conflict when trying to read the external harddrives.Old sees it as drive (I) but new sees it as drive(E).When I try to rename external drive it comes up as LaC

    New computer with lightroom 5.7 installed old computer has 3.6 installed.The new version has a conflict when trying to read the external harddrives.Old sees it as drive (I) but new sees it as drive(E).When I try to rename external drive it comes up as LaCie (E) (I) so I cannot get it to change the name for lightroom to read it with all the previous edits-please help all advice appreciated.

    lotta stuff going on.  I'm in the office now and don't expect a client for about 45 minutes.  Want to walk thru this via skype or ichat?  email me directly if you do.  [email protected]
    If not, post back and I'll try and walk thru these things. 
    Also, if you want to email me the project, I'll see if I can open it here. 

Maybe you are looking for

  • IOS 8 won't play podcasts, RRS or MP3 files on ipad2

    i uograded to iOS 8 and now can't play podcasts, nor MP3 files on safari, RRS feed doesn't work either. My iphone 5 suffers from same problem. They are pretty mush useless now that I have upgraded i have restarted each device, delet d and reinstalled

  • I am using a Mac and when I save my files as a jpeg, the files become much smaller, and consequently darker and blurrier.  What can I do to fix this?

    I am using a Mac and when I save my files as a jpeg, the files become much smaller, and consequently darker and blurrier.  What can I do to fix this?  I have tried to figure out how to chat with someone at Adobe, but they certainly don't make it easy

  • .au sound format is not working

    Hello everybody, Infact this Alarm.java (attached) using sun proprietary API sun.audio classes, now these are deprecated so i want to replace it with java se 6 classes. This Alarm.java is beeping the PC but not able to run alarm.au audio file and giv

  • Solaris 8 binary compatibility - Solaris 7

    Greetings: and TIA. Also apologies if this issue has been covered via some other resource. Note: Hardware Utilized - Sparc We have recently ported our 4.2 Forte C++/C code successfully from Solaris 6 to Solaris 8. As part of that port, we upgraded th

  • Buisiness rules in bpel

    How to Create a rule in Oracle Business Rules Rule Author and how to create a Decision Service Partner Link in BPEL that referers the Rule Repository and implement the same in a BPEL process. can anybody help me with an example...