DESFORMAT=SpreadSheet  mutates  output

DESFORMAT=SpreadSheet
PRODUCED OUTPUT WITH VERY BAD FORMATING
(1)DATA IN ROWS ARE NOT ALIGNED
Data is in cell c12 and the adjacent column has data in cell d13
(2)COLUMN HEADINGS SKEWED
Data is in column C and the column heading is in column G
(3)LOTS OF BLANK ROWS
The first 10 or 20 are empty rows
(4)LOTS OF BLANK COLUMNS
First data item is in b25 the next one is in g25, etc
Any suggestions?

I also tried DESFORMAT=XML
This formats within each cell properly
When ouput appears in browser windos I did FILE=>SAVE AS and put .xls as fine name extension to get EXCEL ouput
Just the column headings are not EXACTLY right
It may be possible to modify XML tag in Data Model Group to have proper column headings....
For report level Place Holder that you do not wish to appear in report
set XML Output = NO
Let me know

Similar Messages

  • No Excel Controls for desformat=Spreadsheet report output

    I created a report in 10g and ran the report from Reports Server with desformat=sppreasheet option. But, the spreadsheet is not having any excel controls(menu items, toolbar etc) like how we see a regular Excel spreadsheet. Can some one help me if there is any setting to make the Excel controls appear in o/p generated via reports server.
    Thank you.

    When we select the SPREADSHEET Option in 10g, either I will have the output generated as Free Flow Text in the Internaet Explorer(Where you right click and take Export to Excel) or the Report will be generated in the Excel Format(Specify the desname=<Filename>.xls with no Grid Lines...

  • Use desformat=spreadsheet output Excel,print percent setting not 100%,why?

    In version 10.1.2
    use desformat=spreadsheet output excel,
    Open the excel file,and print view,the print percent lower 100%,
    how to set report file,make output excel print view 100%?
    thanks for any help!
    lind

    Be sure you put the heading the same size as your column because otherwise it will not insert the diffent columns in seperate columns in excell

  • How to get an effective EXCEL Spreadsheet as output for Oracle report 10g

    Hi All,
    I am a newbie in Oracle reporting. I am using 10g. I have an oracle report whose output format is PDF from the user interface. User asked for Spreadsheet output. I changed the JAVA CODE "desformat" = Spreadsheet and got the report in Excel. But this report is not as expected as it has many blank cells, misplacements etc and looks really ugly. so Is there anyway to get an excellent spreadsheet as output.
    If anybody needs any more information on this, please let me know.
    Thanks in advance.

    Thank you so much Marwim. Your suggestion is very helpful. But I have some other Oracle reports which have only one .rdf file giving output in both pdf and Excel. This doubt might be silly. Almost same features were existing for the rdf what I am working now. For the remaining reports, it was given that DESFORMAT=SPREADSHEET , what this report lacks. I googled and found these links http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm &
    http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm#CIHFDJAJ . But they are not intended for excel output. they generate only web layout in spreadsheet form. Could you please suggest any other ways to achieve this.
    Thank you in advacne.
    Edited by: user07960 on Jan 10, 2013 10:47 AM

  • Desformat=spreadsheet  blank rows and columns

    Hello,
    With Oracle Reports 10g R2, I'm trying to generate EXCEL report output using desformat=spreadsheet
    The excel report output is being generated with one blank column between each data column and 2 blank rows between each data row.
    Any clue to get around the problem ?
    Thanks
    Sridhar

    I think you should try this one:
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/excel/viewlet.html
    No more blank rows or blank columns

  • DESFORMAT=SPREADSHEET

    Hi,
    I have a report which can give more than 36000 rows. The output has to be in Excel format. So, I tried DESFORMAT=SPREADSHEET. It works. But, when the result is more than 36000 rows, it just freezes. Is there a way to specify ReportBuilder to send the output to multiple files ? Is there any other way to run this Report ?
    Thanks
    Naresh

    Hello Naresh,
    would it be possible for you to use another tool beside Reports?
    There is more than one free PL/SQL package to generate Excel files. At http://matzberger.de/oracle/spreadsheet-en.html you can find my solution together with links to others. Mine opens a new worksheet within the same file after a number of rows which you can set by parameter.
    Regards
    Marcus

  • Pls help:sending oracle reports with desformat=spreadsheet to email

    Is there a way to send the reports with desformat=spreadheet to email(destype=mail). I tried to execute the commandline with destype=mail desname=[email protected] desformat=spreadsheet but I am getting a report with html type attachment. How could I make it xls(excel) instead of html

    When having lots of repeating frames and fields placed in a complex pattern, the Oracle Reports doesn't know how to place them in the .xls cells.
    You ought to have a second layout for the report (containing the same data) that would print when the desformat = spreadsheet and would be be rather simple in comparison to the one that would print when desformat=pdf/html.
    In case you have several repeating frames it is best to have all the fields in those frames placed and vertically aligned on the same row in the layout, from left to right. This should give a reasonable output.

  • Displaying image in report DESFORMAT ='SPREADSHEET' (Excel)

    Hi,
    I want to display a logo in Excel report. I have created one formula column with function
    function CF_4Formula return Char is
    begin
    return('/report/xls/gelogo_new.bmp');
    end;
    I have placed the image in the above path. When I execute the report image is not appearing in it.
    What could be the issue?
    Below is the code in After Parameter form Trigger.
    :DESTYPE = 'FILE'
    :DESNAME := '/report/stg/'||:p_report_name||'_'||:p_calendar_month||:p_calendar_year||'.xls';
    :DESFORMAT: 'SPREADSHEET'
    Also please tell me how to set/see the default directory of REPORTS_PATH in Unix server.
    Can anyone please help me out with this issue.
    Thanks,
    Kishore.

    Thanks for the response. Sadly yes, the path is correct. I've
    tried both the relative path and the full path (e.g.
    ../images/theimage.jpg and
    http://mysite.com/images/theimage.jpg)
    . Putting either address into a browser will return the correct
    image if I'm in the right location.
    So, I can get this expression: IIf(query.image NEQ "",
    DE("../images/smProds/" & query.image), DE("None")) to display
    the correct path, but what I really need is the image located at
    that spot to display in the report. What is happening is that
    report builder is returning the string, but not the image. When I
    looked at the tutorial it implied that the image would be displayed
    rather than the string.
    Is there something in report builder that determines whether
    the actual image is displayed? A property setting that I'm missing?
    Or maybe the expression iteself is wrong i.e. it is doing exactly
    what it should (display the string) and a different expression
    format is required to get the image iteself. For example, flagging
    some text as a hyperlink to the image? Not sure how you would pass
    the image name value in that case.
    Appreciate your suggestions.

  • Report 10.1.2.0.2 - DESFORMAT=spreadsheet - Report does not appear

    We use Report 10.1.2.0.2 - DESFORMAT=spreadsheet
    RDF Report try to appear for 1 second and then disappear.
    In the report there isn't image or particular object.
    There is only one grid from db table.
    The form coll the report with this procedure:
    PROCEDURE RUN_REPORT_OBJECT_PROC
    ( rep_fileobj VARCHAR2,
    rep_filename VARCHAR2,
    rep_server VARCHAR2,
    rep_desformat VARCHAR2,
    rep_desname VARCHAR2,
    rep_destype NUMBER,
    rep_paramlist PARAMLIST ) IS
    -- Local var
    rep_id REPORT_OBJECT;
    rep_message VARCHAR2(100);
    rep_status VARCHAR2(100);
    vjob_id VARCHAR2(100);
    choice NUMBER ;
    BEGIN
    -- Estrae il report_id
    rep_id := find_report_object(rep_fileobj);
    -- Impostazione parametri RUNTIME del report
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_SERVER,rep_server);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESFORMAT,rep_desformat);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESTYPE,rep_destype);
    -- SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_DESNAME,rep_desname);
    SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_FILENAME,rep_filename);
    -- Lancia RUN_REPORT_OBJECT con o senza lista parametri
    IF ( NOT Id_Null( rep_paramlist ) ) THEN
    rep_message := run_report_object( rep_id, rep_paramlist );
    ELSE
    rep_message := run_report_object( rep_id );
    END IF ;
    -- Attesa processo asincrono di generazione del report termini
    rep_status := 'RUNNING' ;
    WHILE rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
    rep_status := report_object_status( rep_message );
    END LOOP ;
    -- Estrazione JOB_ID
    vjob_id := SUBSTR( rep_message, LENGTH( rep_server ) + 2, LENGTH( rep_message ) ) ;
    -- Visualizzazione report sul WEB
    IF rep_status = 'FINISHED' THEN
    web.show_document( '/reports/rwservlet/getjobid' || vjob_id ||
    '?server=' || rep_server, '_blank');
    ELSE
    message ( 'Creazione report fallita. Errore : ' || rep_status );
    END IF;
    END;
    and the parameter passed to the procedure:
    run_report_object_proc( 'MG_CAUSALI_MOV', :GLOBAL.rep_path_name||'\MG\mg_causali_mov_excel.RDF',
    :GLOBAL.REP_SERVER_NAME, 'SPREADSHEET', '', CACHE, pl_id ) ;
    The parameter :GLOBAL.... are correct: the PDF report run correctly.
    Where is the problem ?????
    The application server control show report SPREADSHEET terminated succesfully and
    in the report cache the htm file are present and is correct for Excel (we opened the fil ewith excel).
    Thanks in advance
    Umberto

    Hi dmars,
    report runs perfectly if I call it directly from Reports Server, from browser, using reports server URL.
    When I call it from the form, it opens Excel file, but it's just empty.
    As I understood, there is no way to call excel-compatible report wit run_report_object.
    Also, what I learned after browsing internet,- to get nice and neat excel report one has to start with making excel layout first, save it as HTML, open this file in Reports as web report and manually update the code with java script lines.
    So, as a matter of fact, SPREADSHEET format was sort of dead-end feature of Reports10G/9i.

  • Problem with  Report 10.1.2.0.2 - DESFORMAT=spreadsheet

    We use Report 10.1.2.0.2 - DESFORMAT=spreadsheet
    RDF Report try to appear for 1 second and then disappear.
    In the report there isn't image or particular object.
    There is only one grid from db table.
    Thanks in advance
    Umberto
    PS: for more detail refering to threadID=519377 on this forum (15/07/2007)

    Hello,
    You said "... try to appear for 1 second and then disappear...."
    I suppose you are running reports on the Web.
    You can use some free tools like ieHTTPHeaders (IE) or Live HTTP headers (Firefox) to see what's happening in the browser
    Regards

  • Character value changed to date when using desformat = SPREADSHEET

    I'm running reports on application server 10.1.2.0.2, and have a problem with formatting when printing to excel (desformat = SPREADSHEET). I have a character-field with the value 12.1, and when I print this, excel transforms it to 12.jan. Excel thinks this is a date-column. I have tried to add chr(39) on each side of the value, to force excel to print this value as character, but then it is displayed like this: '12.1'
    Does anyone have a similar problem? How can I force excel to display this as a character field with the value 12.1?
    Marit.

    Is there any suggestion for excel not to trim white spaces from string.
    ex "Day 1"
    "nbsp;nbsp; Data1"
    "nbsp;nbsp; Data2"
    while using spreadsheet formatting all the leading spaces are trimmed off.
    thanks
    senthil;

  • Desformat=spreadsheet, no gridlines.  Please help!

    I'm using a paper layout to format my report that I plan to run with desformat=spreadsheet. After deploying the report definition file (tried both .xml and .rdf) and running the report via an http request to rwservlet, my report is returning in Microsoft Excel showing no gridlines. I have tried setting the fill colors, cell borders, etc in the paper design/layout formats but none of these options work.
    How can I have the excel spreadsheet enable gridlines by default? Thank you in advance.
    Andre

    We've seen this bug on machines running IE6 with a certain security patch (I forget its number). There's a thread in the Metalink reports forum about it. It appears to be somewhat tied to another problem where IE runs the report twice (you can see that in Showjobs. You're seeing the problem in 6i; I believe it persists in 9i.
    The workarounds are (1) set Acrobat so it doesn't open within IE or (2) switch to a different browser, like Netscape. For workaround 1, Start Acrobat Reader, Choose File -> Preferences -> General, Uncheck Web Browser Integration
    There's some evidence that it occurs more often with urls that include single quote characters. I think it's worse with XP, but I don't have any proof.
    If you check Adobe's site, you will see this isn't just an Oracle Reports problem. I think we're waiting for Microsoft on this one, so don't hold your breath for a quick fix.
    -- jim

  • DESFORMAT=SPREADSHEET not available

    Hi All ,
    I have Oracle Reports 10.1.2.2.0 version but still don't see the option to generate excel out put format DESFORMAT=SPREADSHEET
    Please advise me if i need to apply any patch.
    Thank you.

    In the report-builder open the node Datamodel in the Object-navigator. There is a node System-parameters containing one parameter called DESFORMAT. There you simply type SPREADSHEET in the Initial-value property.
    At runtime you can define that format by adding &DESFORMAT=SPREADSHEET to the reports-url

  • Use desformat=spreadsheet output excel,number fields can not right align

    overview and PDF right align,it's ok.but excel all field left align.
    why?

    Be sure you put the heading the same size as your column because otherwise it will not insert the diffent columns in seperate columns in excell

  • White background(no borders) with desformat=spreadsheet

    Hi
    I created a JSP report (that can have an excel output or a pdf output depending on desformat being passed).
    However, I have some issues when i pass desformat as spreadsheet. The report output is not well formatted and the cells come without a border - that is output is displayed in a white background.
    Is there some setting that I am missing out on?
    Any inputs?

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong

Maybe you are looking for

  • How to pass parameter in Function by using select statement?

    Hi, I got a problem. I cant pass in parameter to function by using select statement. But it can pass in parameter by using 'hardcode' method. How can I solve this problem? Eg, select * from table (SplitFunction('HS750020,HS750021')) <<< this work. bu

  • Will this code to alter the find bar still work in FF29?

    This support thread contains code to change the way the find bar looks in firefox 27: https://support.mozilla.org/en-US/questions/976166?esab=a&s=&r=3&as=s Will this code, this method, still work in FF29? I don't really want to 'give it a try' withou

  • Browsing on eth0 and filesharing on eth1 how?

    Hi, I am trying to take the best out of my Mac Pro. I have two ADSL connection at home and I would like to have one set of applications i.e. HTML servers and streaming on one external IP address (Ethernet 0) and browsing and other on the second Exter

  • Superdrive Not Found

    Normaly when I boot up my MacBook, the super drive makes a lot of noise, then I get the Mac boot sound. And I load up. But now the super drive is no longer making noise, and is not showing up under System Profiler under Disc Burning. I currently have

  • My ipod nano just recorded my latest workout as happening in Jan 1970 and it won't/hasn't uploaded to Nike

    I completed and uploaded 2 runs a couple of weeks ago with no problem. I did one today and it hasn't uploaded to Nike+ despite synching my ipod. It has also recorded the run as happening on 4th of Jan 1970 even though the date and time are right on m