Help needed in Export to Excel

Hi All,
I needed some clarifications/suggestions on using the export to excel.
1) When I click on export to excel, a <div> tag also gets exported. I came to know that this is becuse of selecting the "Enable Partail Page Refresh" to Yes. Now, I have pagination in my reports and I also need to export to CSV/Excel. Is there no way where in I can use PPR as well as export the report without the DIV tag?
2) I have a number column to which I have given APEX inbuilt hyperlinks. When I do an export the columns where I have given these links do not get Exported. Any way to overcome this? I cant give links in SQL query as then all number formatting would be lost.
3) In my report display I have colspan = "2" for some alternate rows. In my excel output I obtain these correctly but without colspan. Is it possible to merge the cells in excel output wherever there is colspan="2"? Or am I asking too much?
Any suggestions would be welcome. Please let me know what can be done to solve this.

Hi
One solution which I've used before is to have a separate page for the export. Have a report on that page that uses the same query as the actual report (including any filters based on page items) and set the report to use the Export: CSV template. The Export link on the original page needs to be removed and replaced with a link to the new page. When you click the new link, the page opens as a download file automatically.
This way, you don't need to worry about pagination and you can use different fields on your export.
Andy

Similar Messages

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • Why does Acrobat prompt me to sign up when I need to export to excel?

    Why does Acrobat prompt me to sign up when I need to export to excel?

    Hi shirlaowry,
    I checked your account (using the same email address that you use here in the forums), and I don't see that you have any subscriptions. If you're using Adobe Reader, you need either an ExportPDF or Adobe PDF Pack subscription to convert a PDF file to Word.
    (Acrobat, as opposed to Reader, lets you save directly to Word format, and does not require a separate subscription for that functionality.)
    Please let us know if you have additional questions.
    Best,
    Sara

  • Help needed with referencing single Excel cells and formatting resulting text

    In InDesign CS5 I am putting together a 20pp catalogue of about 200 products. The plan is to have the product information, SKU code, quantity etc fixed, but have the prices (there are two i.e. pack price and individual price) being linked to an Excel spreadsheet. This is so that the prices can be updated in the Excel file and the InDesign file will pull the new prices through. In case you are wondering why I don't pull the whole set of information through, this is because there are a lot of copywriting changes done to the information once it's in InDesign - it's only going to be the prices that will be updated.
    I am planning on having two single cell tables in their own text frame, duly formatted with cell style, table style and paragraph style for the two price variables. This I am then going to have to repeat 200 times making sure I link to the next row down in Excel. This is going to be a hideous task but I see know way of modifying the cell in InDesign to point it to the next row in Excel. That's my first problem.
    My second problem is this. In the Excel sheet, the prices are formatted as UK currency and are therefore like this...
    £2.00
    £0.40
    £1.43
    £9.99
    £0.99
    £0.09
    What I will require is once I import that data (and refresh the data via a newly saved Excel file) is that the prices end up like this...
    £2.00
    40p
    £1.43
    £9.99
    99p
    9p
    So if the value is lower than £1.00 it needs a trailing 'p' added  and the leading zero and '£' sign stripped off. If the value is lower than £0.10 it also needs the zero after the decimal point stripping off.
    Then formatting wise, the '£' sign needs to be superscripted and the same for the 'p'. This I am assuming could be done via GREP?
    In summary, can anyone help with the first task of referecing the Excel cells on a cell by cell basis, given that it is the same cell column each time, but the next row down, and also point me in the right direction of the price formattting issues.
    Any help will be gratefully received.

    I would do this:
    Create on line with the formatting.
    Export as InDesign tagged text (TXT)
    Read out these tags
    In Excel exists a function to connect text from several cells and predfined text, there connect the content from cells with the paragraph styling tags. Do it in a seperate sheet. (Better would be to use a database like Access, there you can link your Excel sheet).
    Export this sheet as txt file
    Place this sheet as tagged text (there is an option in one of the sialog boxes).
    In preferences  < file handling you can specify that Tablecalculation Sheets and text is not embedded but linked, turn it on.

  • Help needed in working with Excel

    i have a ms excel template with n number of columns.
    I need to add a new column using sql code. Can anyone tell me what is the code??? thx in advance...

    Erm i tink the final db is excel and no more.
    the db given to me is in excel and i can do whatever with it but the final output have to be in excel.
    ( i initially imported the excel db to access and everything is out running fine. But as i wont be using the application after i had it out. So i thought it would be better to allow it to work on excel thus saving the trouble of importing and exporting)
    I have to work with a few db(all excel) and they each contains 40 000 - 80 000 records...(i dun knw if that is considered small or large)
    I have limited knowledge on access macros and sql and the knowledge i had on them does not permit me to carry out the operations i wan.(and im required to develop an application with GUI)
    thx for all helps and comments guyz...

  • Help needed in exporting dump using DBMS_DATAPUMP

    Hi,
    Soory in posting the Requirement in GENERAL:
    I need a help in building the Procedure where I will use DBMS_DATAPUMP for Export purpose.
    I have a scenario where there is TABLEA and TABLE B.
    TABLE A structure:
    CODE VARCHAR2(10),NAME VARHAR2(50)
    TABLE B structure:
    DEPT VARCHAR2(10),CODE VARCHAR2(10),DEPT_DESC VARCHAR2(40)
    i want to take the dump of values in joining TABLE A nad TABLE B for e.g after joining I have the values as:
    CODE NAME DEPT
    10 SSSS TECH
    20 PPPP ADMIN
    Any help will be benefitial for me

    This is remarkably offensive. First you ask for questions about school work and then when you don't get an instantaneous reply you post again.
    Please apologize and do not do it again.
    Thank you.

  • Help needed in Exporting tables data through SQL query

    Hi All,
    I need to write a shell script(ksh) to take some of the tables data backup.
    The tables list is not static, and those are selecting through dynamic sql
    query.
    Can any body tell help me how to write the export command to export tables
    which are selected dynamically through SQL query.
    I tried like this
    exp ------ tables = query \" select empno from emp where ename\= \'SSS\' \"
    but its throws the following error
    EXP-00035: QUERY parameter valid only for table mode exports
    Thanks in advance,

    Hi,
    You can dynamically generate parameter file for export utility using shell script. This export parameter file can contain any table list you want every time. Then simply run the command
    $ exp parfile=myfile.txt

  • URGENT HELP NEEDED with exporting avi

    I have the following problem: I am using Flash 8 Professional
    to produce a series of avi files showing the motion of a dot along
    different paths. Whenever I use the drawing tools to draw the path
    everything is all right: I can export both a swf and an avi file
    showing the motion. The problems start when I use action acript to
    specify the path: then a swf can be exported, but not an avi file
    (Flash acts as if it is exporting but the avi file produced shows
    only a stationary dot). Can anybody help me?

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Help needed with Export Data Pump using API

    Hi All,
    Am trying to do an export data pump feature using the API.
    while the export as well as import works fine from the command line, its failing with the API.
    This is the command line program:
    expdp pxperf/dba@APPN QUERY=dev_pool_data:\"WHERE TIME_NUM > 1204884480100\" DUMPFILE=EXP_DEV.dmp tables=PXPERF.dev_pool_data
    Could you help me how should i achieve the same as above in Oracle Data Pump API
    DECLARE
    h1 NUMBER;
    h1 := dbms_datapump.open('EXPORT','TABLE',NULL,'DP_EXAMPLE10','LATEST');
    dbms_datapump.add_file(h1,'example3.dmp','DATA_PUMP_TEST',NULL,1);
    dbms_datapump.add_file(h1,'example3_dump.log','DATA_PUMP_TEST',NULL,3);
    dbms_datapump.metadata_filter(h1,'NAME_LIST','(''DEV_POOL_DATA'')');
    END;
    Also in the API i want to know how to export and import multiple tables (selective tables only) using one single criteria like "WHERE TIME_NUM > 1204884480100\"

    Yes, I have read the Oracle doc.
    I was able to proceed as below: but it gives error.
    ============================================================
    SQL> SET SERVEROUTPUT ON SIZE 1000000
    SQL> DECLARE
    2 l_dp_handle NUMBER;
    3 l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    4 l_job_state VARCHAR2(30) := 'UNDEFINED';
    5 l_sts KU$_STATUS;
    6 BEGIN
    7 l_dp_handle := DBMS_DATAPUMP.open(
    8 operation => 'EXPORT',
    9 job_mode => 'TABLE',
    10 remote_link => NULL,
    11 job_name => '1835_XP_EXPORT',
    12 version => 'LATEST');
    13
    14 DBMS_DATAPUMP.add_file(
    15 handle => l_dp_handle,
    16 filename => 'x1835_XP_EXPORT.dmp',
    17 directory => 'DATA_PUMP_DIR');
    18
    19 DBMS_DATAPUMP.add_file(
    20 handle => l_dp_handle,
    21 filename => 'x1835_XP_EXPORT.log',
    22 directory => 'DATA_PUMP_DIR',
    23 filetype => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
    24
    25 DBMS_DATAPUMP.data_filter(
    26 handle => l_dp_handle,
    27 name => 'SUBQUERY',
    28 value => '(where "XP_TIME_NUM > 1204884480100")',
    29 table_name => 'ldev_perf_data',
    30 schema_name => 'XPSLPERF'
    31 );
    32
    33 DBMS_DATAPUMP.start_job(l_dp_handle);
    34
    35 DBMS_DATAPUMP.detach(l_dp_handle);
    36 END;
    37 /
    DECLARE
    ERROR at line 1:
    ORA-39001: invalid argument value
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3043
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3688
    ORA-06512: at line 25
    ============================================================
    i have a table called LDEV_PERF_DATA and its in schema XPSLPERF.
    value => '(where "XP_TIME_NUM > 1204884480100")',above is the condition i want to filter the data.
    However, the below snippet works fine.
    ============================================================
    SET SERVEROUTPUT ON SIZE 1000000
    DECLARE
    l_dp_handle NUMBER;
    l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    l_job_state VARCHAR2(30) := 'UNDEFINED';
    l_sts KU$_STATUS;
    BEGIN
    l_dp_handle := DBMS_DATAPUMP.open(
    operation => 'EXPORT',
    job_mode => 'SCHEMA',
    remote_link => NULL,
    job_name => 'ldev_may20',
    version => 'LATEST');
    DBMS_DATAPUMP.add_file(
    handle => l_dp_handle,
    filename => 'ldev_may20.dmp',
    directory => 'DATA_PUMP_DIR');
    DBMS_DATAPUMP.add_file(
    handle => l_dp_handle,
    filename => 'ldev_may20.log',
    directory => 'DATA_PUMP_DIR',
    filetype => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
    DBMS_DATAPUMP.start_job(l_dp_handle);
    DBMS_DATAPUMP.detach(l_dp_handle);
    END;
    ============================================================
    I dont want to export all contents as the above, but want to export data based on some conditions and only on selective tables.
    Any help is highly appreciated.

  • Help needed to export 19MB PDF to Word

    I have a 19MB PDF, created by scanning, in which the text is recognizable (searchable, copyable). I have tried to convert it to MS Word (both .docx and .doc) from IE9, latest Firefox and latest Chrome, as well as from Reader 11.0.3, all in Win 7 x64 SP1. From the browsers, I get " 'name of PDF' failed to export to Microsoft Word. There was an unexpected problem." From Reader, I get "An error occurred while trying to access the service."
    After searching this forum, I went back and tried again, turning off the "recognize text" feature. Still I get the same errors.
    We purchased this subscription specifically to convert this one file. Help!

    Hurray, Hisami converted the file for me. Here is part of his email:
    "Thank you for reporting the issue using Adobe ExportPDF service.
    I reviewed your PDF file and noticed that the PDF is a big file and it seems the export process encountered a time out on our service."
    If you're having trouble with your own conversion, try submitting the file to Adobe. I apologize, I can't remember exactly how I found that page. It's titled "File Conversion Issues" "Send Us Your File Below" and there is a form to fill out where you attach the file, and a few days later, I had my converted file. Yay!

  • Help needed to write in excel sheet

    Hi,
    I currently need to read a table and write it in a file.
    iam able to do it by using UTL package.The utl file also writes in xls format.but if a record has two column.
    both the columns are written in a single column in excel
    sheet.Kindly suggest me how to solve this problem
    Thanks in advance.

    1. spool a file with 'csv' extension using Sql*Plus.
    2. Use a delimiter for columns.
    For example,
    select '"'||column1||'","'||column2||'"'
    from mytable

  • Help needed to export to jpeg with out losing quality!

    Hello, I have a photo that is around 18mb in size. After processing in Lightroom 5 i try to export the photo as a jpeg but the size of the file is now only 5mb and the quality is really poor. The quality setting for exporting is set to 100, help please!!

    mattgiori wrote:
    The original file is a raw. It looks no difference but the size is very different.
    Okay, stop right there.
    When you examine the file sizes and the RAW is 18mb and the JPG is 5mb, that means NOTHING. The file size does not indicate the quality of the image. Furthermore, JPGs are supposed to smaller than the RAW, so there is nothing here that indicates a problem or a loss of quality.
    As long as you are paying attention to file sizes, you will come to the wrong conclusions.
    You want to examine the pixel dimensions of the exported photo and the original RAW. That is meaningful information, and you haven't provided that information.
    It looks no difference but the size is very different. And then when I try to blow it up the poor quality shows.
    It looks no different because, as JimHess said above, you won't find a difference unless you look extremely closely, and again that's as it should be.
    You still haven't told us what you are doing to blow up the image, and what the poor quality looks like.

  • Help needed for exporting video under expert settings

    I was exporting my 4+ minutes video that I had created under expert settings (Compression type: H.264, Frame rate: 29.95, Key frames: automatic with frame reordering checked, Compressor quality: Best, Encoding: Best(muti-pass) & Data rate: Automatic). After the process was finished, I found out that the video would play normally for the first 25 seconds and then the video will freeze but the audio continues to play as normal. I then tried using the CD-ROM option instead of the expert settings and the video exported was playing fine.
    I was using iMovie 5.0.2 and I have Quicktime 7.1.3 and iTunes 7.0.1
    Help is much appreciated!
    Message was edited by: macmaclover

    Open the poorly working file in QuickTime Player and then open the Movie Info window.
    What is the data rate of the file? If it is too high your machine is probably too under powered to play it.

  • Help needed creating export file from a file layout with Application Engine

    The following is what I would like to do:
    - Read a record from a PS view
    - Manipulate the data as needed
    - Write the fields out to a file as defined by a File Layout
    - Repeat until no more records are found
    I have created the PeopleSoft Application Engine action listed below. It receives an error "BCUNIT is not a property of class File".
    Local Record &rec1;
    Local File &myFile;
    Local SQL &sQL1;
    /* Create instance of Record */
    &rec1 = CreateRecord(Record.W9M_MBSCRSE_VW);
    /* Instantiate the Output File */
    &myFile = GetFile("c:\temp\help_me.txt";, "A", %FilePath_Absolute);
    If &myFile.IsOpen Then
    If &myFile.SetFileLayout(FileLayout.TACOURIN) Then
    /* Create SQL object to populate rowset */
    &sQL1 = CreateSQL("%Selectall(:1) Where INSTITUTION = :2", &rec1, W9M_MBSCRSE_AET.INSTITUTION);
    /* Cycle through the records */
    While &sQL1.Fetch(&rec1)
    /* I know this section is not coded correctly but I'm not sure how to fix it */
    &myFile.BCUNIT = "1";
    &myFile.BCTCD = &rec.W9M_MBS_TERM_CODE;
    &myFile.BCTYR = &rec.W9M_MBS_TERM_YEAR;
    &myFile.BCDPTN = &rec.ACAD_GROUP;
    &myFile.BCCOUR = substring(&rec.CATALOG_NBR,2,5);
    &myFile.BCSEC = &rec.CLASS_SECTION;
    &myFile.WriteRecord();
    End-While;
    Else
    /* Process FileLayout Error here */
    End-If;
    Else
    /* Process File Open Error here */
    End-If;
    &myFile.Close();
    There are probably a lot of things wrong with this approach and if you could provide some guidance and/or  corrections to the above logic I would greatly appreciate it.
    Another approach?
    After doing a bunch of reading on Application Engine maybe my approach is incorrect. Perhaps I should be doing something like the following:
    - Read a record from a PS view
    - Populate a temporary table manipulating data as it is inserted (Temp table is named according to the file layout fields?)
    - Fetch the records from the temp table and write the record to the file layout.
    - Repeat until no more records are found
    Is this approach better and designed correctly? If not, could you recommend how it should be done? Would the population and reading of the Temp table be done in separate actions or within the same action? Do you know of an Application Engine program that can be used as an example with "like" processing?
    As you can probably tell I haven't used Application Engine before and my goal is to start out on the right path. Thank you for any direction and input that you can provide.
    Steve

    I did and my initial logic was based upon them. I don't see where it shows how to manipulate the data before writing it to the file layout fields. Maybe you can send me a link to that section?
    I was hoping that I would be able to reference the file layout fields directly to allow for manipulating the field values. Re-reading the file layout section and the application engine PeopleBooks I believe I need to create a temporary record which matches the file layout fields; i.e., the second alternative that I listed. Then, make my updates to the temp record fields as I load them. Then, load them to the file layout as a row.
    I'm not sure how this would break down in Application Engine; would the insert into the temp table and the writerecord be different steps/actions, etc.

  • Help needed in exporting a ProRes 422 clip out of CS5 AE

    First, I have very limited skills in AE, but I just used it to rescue a scene from a high profile interview.  The subject had taken a sip of water that left a incredibly shiny reflective spot over is mouth and I was able to use the clone tool and paint over the affected frames.  I could probably have used the Motion Tracking tool and a mask...but I've probably learned the hard way. 
    So here's my question...
    This project started in Final Cut Pro.  The footage is 1080p 29.97 ProRes 422.   I duplicated the affected ProRes clip (about one minute) and started an AE project with it.  The clip resides as a layer in the composition.   The clone tool changes that I made are recorded in the Effects tab that is now part of the dropdown menu in the clip.   Although I probably should have done this on an adjustment layer (so it's non-destructive), but will make a note for next time.
    I have reviewed the clip in AE frame by frame and the results appear to be great.
    The question is...how do I get my corrected ProRes clip out of AE so I can use it in Final Cut?   Is the way that I did this did I end up baking in these changes to existing ProRes 422 clip and I don't have to render it, etc.?
    Or do i have to go in to the AE project and toggle something within the composition, highest quality, collapse something...and then possibly do a render output?   I want to end up with how it began...ProRes 422.
    Any detailed advice would be extremely helpful so I can preserve the high quality work I've done in AE!
    Thanks, John

    Well, I answered my own question.  Rendered out the clip with the lowless animation codec Quicktime movie.  Then used Apple's Compressor to convert it back to ProRes 422.  Brought it back into FCP and it looked great.   You can't tell any repair work has been done on the image.  
    I would have used Adobe's Media Encoder to convert it to ProRes, but from tests I've done previously, and in fact did a thread on it in Premiere's forum about one month ago, the Media encoder tends to slightly soften a ProRes image.  And this is something I've reported back to Adobe...along with a chroma tearing issue as it encodes back to ProRes.  Hopefully there will be a patch to correct this behavior.

Maybe you are looking for

  • IPod and iTunes not syncing properly

    When I swipe a song to the right on my iPod and tap delete, a cloud appears with a down arrow. The song never leaves my iPod and I am still able to play it with the cloud/arrow showing. The cloud symbol remains after syncing and the song will still p

  • Requesting map viewer from client

    Hi guys.. I'd like to ask some big problem here... I am developing a website under the JDev and using mapviewer to show the spatial data that I have inserted. The website works fine in the server, but when I tried on another computer (trying to be a

  • Why do i get classcast exception for this code

    import java.util.*; public class Test1{ public static void main(String a[]){ Set s = new TreeSet(); s.add(new Person(20)); s.add(new Person(10)); System.out.println(s); class Person{ Person(int i){} }

  • Validation Script in Site studio

    Hi, I have created the Custom element form for date, I need to validate the data entered in contributor mode via Validation Script. I have created the Validation Script but I'm not able to read the parameter i.e. date. Returning true or false from th

  • Grid like Structure in ADF

    Hi I need values that are abstracted from iterater operation in a fine Grid Layout format . Please suggest.