Save Iview as excel/word/html

Is there a neat way of exporting an iview to xls/doc/html format? It could be server side too.
So far I have explored possibilities with javascript (
shellExec
command) but this seems to work for IE only. Also when I do a SaveAs for the iview the saved file has a warning message that says 'Iview content expired....etc'.
Saving it as HTML doesnt work and it give all sorts of javascript object no defined errors.
How do I save the iview ( prefreably the same way as it looks in the browser )  to a file with the data entered.
Thanks
Sid

You could do all of this through java. You should use HSSF apis which is part of open source POI project. It is very easy to use. For more documentation and to download the jar , go to http://jakarta.apache.org
I am also planning to write a weblog on how to use HSSF api to create an excel. If you can wait couple more days, you will have a pretty good source code.
This is what code would look like.
HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet sheet = wb.createSheet("new sheet");
    // Create a row and put some cells in it. Rows are 0 based.
    HSSFRow row = sheet.createRow((short)0);
    // Create a cell and put a value in it.
    HSSFCell cell = row.createCell((short)0);
    cell.setCellValue(1);
    // Or do it on one line.
    row.createCell((short)1).setCellValue(1.2);
    row.createCell((short)2).setCellValue("This is a string");
    row.createCell((short)3).setCellValue(true);
    // Write the output to a file
    FileOutputStream fileOut = new FileOutputStream("workbook.xls");
    wb.write(fileOut);
    fileOut.close();

Similar Messages

  • Set Adobe Acrobat XI Pro. When I want to save the file in WORD, EXCEL or esporta file into ... immediately throws an error "save as failed to process this document no file was created". What's the problem?

    Set Adobe Acrobat XI Pro. When I want to save the file in WORD, EXCEL or esporta file into ... immediately throws an error "save as failed to process this document no file was created".
    What's the problem?
    Any help in finding a solution is greatly appreciated.
    Thank you,

    Installed AcrobatXI PRO 11.0.09  on seven computers and laptops. Two of them gives an error when you try to save a document in WORD, EXCEL, Power Point, or when exporting to... error: Save failed to process this document. No File was created.
    But all good saves in the format of TXT and jpg.
    I have uninstalled and restored and re-installed and updated and registry cleaned and removed using the special utility Cleaner Tool for Acrobat, but nothing helps.
    On one notebook with Windows 8.1 and Microsoft office 2013, on another laptop with Windows 7 and Microsoft office 2010, the same problem, although there are computers with Windows 7 and Microsoft office 2010 and everything works.
    Tell me where to find the problem and how to solve it.
    Thank you.

  • Very Slow to save Office 2013 files (Excel/Word) to a network share

    I have an issue with a customer's system whereby they experience problems with saving either a Word or Excel file to another workstation on the network.
    The network share is located on a Windows7 Pro x64 machine. The problem can be seen on a machine that's running Windows 8.1 Pro X64 along with Office 2013. When the user attempts to save the document back to the network share, there's
    a very long delay (sometime around a minute) before the save completes.
    I've tried turning off indexing of off-line files (via indexing options) and also declaring the network location as a trusted location (via the Trust Centre settings from within Excel & Word).
    If I simulate the same, but with a local file (eg loaded/saved to the Desktop) then there's no delay, so I conclude that it's something related to the process of saving data to the network share.
    The normal copy speed across the network, and between these 2 machines, is very fast. It's only when running Word/Excel that  the problem manifests itself.
    Any pointers would be gratefully received!
    Martin

    Hi Martin,
    Please first try to disable your antivirus software and check the issue again.
    This issue may also occur if you use the Encrypting File System (EFS) to secure the Temporary Internet Files folder. If this is the situation, please refer to the following article and try to fix the issue:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/05/05/slow-saving-of-office-files-to-a-network-server-using-efs.aspx
    In addition, please check if the information in the following link applies:
    http://support.microsoft.com/kb/313937/en-us
    Please let me know the result.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to save and edit a Word template and excel??

    How to save and edit a Word template and excel (extension. doc and. xls) in an XE database, which can be opened to allow the document and record all changes made by the user of the palicacion.
      or where it a clear tutorial on this topic.?
    I appreciate your attention and collaboration.
    good day ...

    You should not expect to do this in Oracle. But by .net, it can be fine
    http://www.codeproject.com/Articles/36432/Edit-Microsoft-Word-Document-From-Your-Application

  • How i can insert or save ( PDF, EXCEL, WORD, JPEG ) in IMAGE ITEM.

    Dear All,
    plz advise how i can save PDF, EXCEL, WORD, JPEG files in IMAGE FILE.
    Thanks in advance
    ASIM.

    Start by creating an Item type of OLE container. Set the following properties:
    - OLE Tenant Types: Embedded
    - Database Item: Yes
    Make that item the last item in the block.
    Create a push button such as 'Insert Document' with similar code:
    DECLARE
      vcFile VARCHAR2(1024);
    BEGIN 
      vcFile := win_api_dialog.Open_File('Select Document File to Insert',NULL,'MS-Word files (*.doc)|*.doc|'||
         'PDF files (*.pdf)|*.pdf|Excel Files (*.xls)|*.xls|Outlook message files (*.msg)|*.msg|All files (*.*)|*.*|',
         TRUE,win_api.OFN_FLAG_DEFAULT,TRUE);
      go_block('<block name>');
      last_record;
      Create_Record;
      initialize_container('<oleitemname>',vcFile);
    EXCEPTION
      WHEN NO_DATA_FOUND Then
         Null;
    END;

  • I have just downloaded the 30 day trial version of Reader Xi pro - tried to save a doc to Word in a cloud but now I have to pay to view it - I am happy to pay but want to see if it works -  is there another way?

    I have a set of long typed documents in pdf format.   It would be really helpful to save the whole document to Word and then be able to break it up into different sections and save separately.    I thought the 30 day free trial would allow me to do everything the program could do for free - but I cant seem to be able to view any files that have been uploaded to a cloud unless I pay for them.   I am happy to be a paying subscriber but I need to see that the program works as I want it to first.       Has anyone saved pdfs as word documents successfully using this program?

    Make sure you use the product you intend to use; on Windows right-click on a PDF, then select
    open with Adobe Reader XI
    edit with Adobe Acrobat XI
    With Adobe Reader you can save PDF documents as text.
    With Adobe Acrobat you can save PDF documents as Word, Excel, Powerpoint, HTML docs, etc.

  • Excel & Word on Ipad

    Hi there i am just about to receive my first ever Ipad & just working out what apps i need etc.
    My question is would i need to download a app in order to open & edit Excel & Word files or will the Ipad automatically open them? I do currently use MobileMe where i have a fair few Excel Files which i may need to edit on the go etc. If i do need an app to open these files do Excel & Word have their own apps like Pages & Numbers or if not what is the best app out there where i can open & edit office files.
    Would also need to open PDF's so same question as above will the Ipad open them if not what app is required.
    Regards
    Andy

    These files will open and can be viewed on the iPad as mail attachments. You do not need a third party app to open and view them. From the Apple iPad technical specs web site...
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)
    Here is the link to the site.
    http://www.apple.com/ipad/specs/
    However, you will need apps to edit these files as they can not be edited with any preinstalled apps that are on the iPad when you buy it. You mentioned Pages and Numbers which are available for the iPad and there others as well in the App Store. Documents to Go will open and edit the complete MS Office suite. iAnnotate and others available for pdf files. Apple's own iBooks will open and save pdf files and iBooks is free in the App Store.
    There are a variety of apps that will open, edit and save these files. Google can be your friend right now before your iPad arrives so start searching!

  • Can you open a report in Excel/Word desktop instead of the web pugin?

    using run_report_object( and web.show_document,
    how or can you get a report to open in the desktop/full version of MS Excel/Word instead of the web plugin versions?
    I can get the browser to open a report in pdf with my desktop adobe reader, but not with an rtf or xml/delimited desformat.
    Currently I don't pass a mimetype when opening as a pdf, but I do pass one in the url when i am destypes of xml, delimited and rtf,
    as this is the only way i have found out how to open the reports in word/excel.
    I'm in the process of upgrading from forms 6 client/server to 10g developer suite, so this is my try with a web based system.
    Does anyone have any suggestions, or where I should look.
    Below I listed my code from a procedure.
    the first part of the procedure is alot of converting, but if you skip down to the part between the 2 sets of double lines this fairly standard.
    PACKAGE BODY pmc_lib IS
    -- Procedure to run the report.
    procedure run_reports(v_report_name in varchar2, -- Report Name with or w/o a path.
    v_commode in number default synchronous, -- commode
    v_execmode in number default runtime, -- execute mode
    v_file_sys in number default filesystem, -- dummy
    v_param_list in paramlist, -- parameter list
    v_show_modes in varchar2 default null) is -- used for testing,
    -- if set to anthing but null, the report properties will display
    -- on the screen through an alert prior to printing.
    v_errorcode number;
    v_errortext varchar2(600);
    v_initialized boolean := false;
    v_prop_reportserver varchar2(200);
    v_report_path varchar2(200);
    v_user varchar2(100);
    v_user_sessionid number;
    v_forms_version varchar2(100);
    v_default_report_server varchar2(200);
    v_default_server_domain_path varchar2(200);
    v_connect_string varchar2(3) := get_application_property(connect_string);
    v_user_name varchar2(35) := get_application_property(username);
    report_id report_object;
    reportserverjob varchar2(100);
    v_jobid varchar2(100);
    rep_status varchar2(100);
    v_url varchar2(500);
    v_url2 varchar2(500);
    v_parameter_value varchar2(100);
    v_destype_param_value varchar2(100) := null;
    v_desformat_param_value varchar2(100) := null;
    v_desname_param_value varchar2(100) := null;
    v_value_n number := 0;
    v_param_type number := text_parameter;
    v_prop_execmode number;
    v_prop_commode number;
    v_prop_destype number;
    v_prop_filename varchar2(200);
    v_prop_source_block varchar2(200) := null;
    v_prop_query_name varchar2(200) := null;
    v_prop_desname varchar2(200) := null;
    v_prop_desformat varchar2(200) := null;
    v_prop_reportserver varchar2(200) := null;
    v_prop_other varchar2(200) := null;
    v_mimetype varchar2(200) := null;
    v_selected_mimetype varchar2(200) := null;
    report_not_generated exception;
    report_id_not_found exception;
    BEGIN
    v_forms_version := get_application_property(version);
    v_prop_reportserver := get_report_object_property('report1', report_server);
    v_report_path := null;
    v_user := v_user_name || '/' ||
    get_application_property(password) || '@' ||
    v_connect_string;
    if v_connect_string = 'NNN' then
    v_default_server_domain_path := 'pmcoracapp01.aapmc.com/reports/rwservlet';
    v_default_report_server := 'rep_pmcoracapp01_frhome1';
    else
    v_default_server_domain_path := 'oradevsrv.aapmc.com/reports/rwservlet';
    v_default_report_server := 'rep_oradevsrv_frhome1';
    end if;
    v_initialized := true;
    -- Check to see what version of forms is running.
    if substr(v_forms_version, 1, 1) <> '6' then
    -- Check to see if WEB version is running
    -- This may be an unnecessary check.
    if (get_application_property(user_interface) = 'WEB') then
    report_id := find_report_object('report1');
    -- id_null won't work on a report_id in Version 6, may put back in 10g once version 6 is gone completly
    -- if id_null(report_id) then
    -- raise report_id_not_found;
    -- end if;
    -- Because of Convertions from old system the following are needed.
    -- 1) If 'execmode' is runtime, then change it to batch.
    if v_execmode = runtime then
         v_prop_execmode := batch;
    else
         v_prop_execmode := v_execmode;
    end if;
    -- 2) If Report name has an attached path, then remove it.
    v_value_n := instr(lower(v_report_name), 'k:\pmc\new\');
    if v_value_n = 0 then
         v_prop_filename := v_report_name;
    else
         v_prop_filename := substr(v_report_name, v_value_n + 11);
    end if;
    -- From looking at the FORMS, 'destype' parameter is always passed in from the FORM.
    -- It is either 'preview' or 'file'.
    -- This is here for the converstion from Forms 6 to 10g.
    -- If for some reason destype has not been passed in as a parameter, you will get a FORM error,
    -- saying the parameter does not exists.
    begin
    -- 3) If 'destype' is one of the following, then change it to cache.
    get_parameter_attr(v_param_list, 'destype', v_param_type, v_destype_param_value);
    if lower(nvl(v_destype_param_value, 'null')) in ('preview', 'file', 'null') then
    v_prop_destype := cache;
    -- 3a) If 'destype' was = 'file' then check the 'desformat' and 'desname'.
    if lower(nvl(v_destype_param_value, 'null')) = 'file' then
    -- 3b) Get 'desformat' value
    get_parameter_attr(v_param_list, 'desformat', v_param_type, v_desformat_param_value);
    -- 'delimited' was not working, so change all 'delimited' to 'delimiteddata'.
    if lower(nvl(v_desformat_param_value, 'null')) = 'delimited' then
         v_desformat_param_value := 'delimiteddata';
    end if;
    -- 3c) If 'desformat' is NOT one of the following, then change it to pdf.
    if lower(nvl(v_desformat_param_value, 'null')) not in ('pdf', 'xml', 'rtf', 'delimiteddata') then
    v_prop_desformat := 'pdf';
    else
    v_prop_desformat := lower(v_desformat_param_value);
    end if;
    -- 4) Get 'desname' property.
    get_parameter_attr(v_param_list, 'desname', v_param_type, v_desname_param_value);
    v_prop_desname := lower(v_desname_param_value);
    end if;
    else
    v_prop_destype := lower(v_destype_param_value);
    end if;
    exception
    when others then
    null;
    end;
    -- If a desformat is rtf, xml, or delimited then get a mimetype to pass to the url
    if lower(v_prop_desformat) = 'rtf' then
    v_mimetype := '&mimetype=application/msword';
    elsif lower(v_prop_desformat) = 'xml' then
    v_mimetype := '&mimetype=application/vnd.ms-excel';
    elsif lower(v_prop_desformat) = 'delimiteddata' then
    v_mimetype := '&mimetype=application/vnd.ms-excel';
    end if;
    -- 6) If the Following are not set within the Report Object then
    -- set them to the following defaults.
    -- These are al required to be set for the Report Object to Function.
    -- These are the defaults for AAPMC.
    v_prop_execmode := nvl(v_prop_execmode, batch);
    v_prop_commode := nvl(v_prop_commode, synchronous);
    v_prop_destype := nvl(v_prop_destype, cache);
    v_prop_desformat := nvl(v_prop_desformat, 'pdf');
    v_prop_reportserver := nvl(v_prop_reportserver, v_default_report_server);
    -- Set All Report_Object Properties
    set_report_object_property(report_id, report_execution_mode, v_prop_execmode);
    set_report_object_property(report_id, report_comm_mode, v_commode);
    set_report_object_property(report_id, report_destype, v_prop_destype);
    set_report_object_property(report_id, report_filename, v_prop_filename);
    set_report_object_property(report_id, report_source_block, v_prop_source_block);
    set_report_object_property(report_id, report_query_name, v_prop_query_name);
    set_report_object_property(report_id, report_desname, v_prop_desname);
    set_report_object_property(report_id, report_desformat, v_prop_desformat);
    set_report_object_property(report_id, report_server, v_prop_reportserver);
    set_report_object_property(report_id, report_other, v_prop_other);
    -- Run Report_Object
    reportserverjob := run_report_object(report_id, v_param_list);
    v_jobid := substr(reportserverjob, length(v_prop_reportserver) + 2, length(reportserverjob));
    -- If Report Status is not 'FINISHED', then loop till it is.
    if reportserverjob is not null then
    rep_status := report_object_status(reportserverjob);
    while rep_status in ('RUNNING', 'OPENING_REPORT', 'ENQUEUED') loop
    rep_status := report_object_status(reportserverjob);
    end loop;
    if rep_status <> 'FINISHED' then
    raise report_not_generated;
    end if;
    -- Create 1st part of url.
    v_url := 'http://' || v_default_server_domain_path || '/getjobid' || v_jobid || '?server=' || v_prop_reportserver;
    -- Check for mimetype.
    if v_mimetype is not null then
    v_url := v_url || v_mimetype;
    end if;
    -- Final part of url.
    v_url2 := 'javascript:window.open("' || v_url || '", "", "fullscreen=no, titlebar=no, location=no, toolbar=no, menubar=no, status=no, resizable=yes"); self.close()';
    -- This is the built-in that calls a new browser window
    web.show_document(v_url2,'_blank');
    else
    raise report_not_generated;
    end if;
    end if;
    -- Destroy the parameter list.
    destroy_parameter_list(v_param_list);
    else
    -- This section if for Client Server, Version 6 of forms.
    -- It will do the same as before the conversion.
    -- It is only used before the complete conversion.
    if v_report_name is null then
    return;
    end if;
    v_value_n := instr(v_report_name, 'k:\pmc\new\');
    if v_value_n = 0 then
         v_prop_filename := 'k:\pmc\new\' || v_report_name;
    else
    v_prop_filename := v_report_name;
    end if;
    run_product(reports,
    v_prop_filename,
    v_commode,
    v_execmode,
    filesystem,
    v_param_list,
    null);
    end if;      
    -- create history record of the report being run
    insert into pmc_report_history values(
    s_pmc_report_history.nextval,
    v_prop_filename,
    v_user_name,
    sysdate,
    v_forms_version,
    v_jobid,
    v_destype_param_value,
    v_desformat_param_value,
    v_desname_param_value,
    v_prop_destype,
    v_prop_desformat,
    v_prop_desname,
    v_mimetype,
    v_window_open_params);
    commit;
    exception
    when report_id_not_found then
    show_user_alert('ERROR: Cannot Find Report Object!', null);
    when report_not_generated then
    show_user_alert('ERROR: Report Not Generated!', null);
    when others then
    v_errorcode := SQLCODE;
    v_errortext := SQLERRM;
    show_user_alert('ERROR : ' || v_errorcode || ' = ' || v_errortext, null);
    end;
    end;

    What you could try is downloading the report to the client pc using WEBUTIL_FILETRANSFER.URL_TO_CLIENT, then open the locally save file using something like:
    CLIENT_HOST('cmd /c rundll32.exe url.dll,FileProtocolHandler "localfilename"');

  • Cannot open Office 2013 Excel, Word, PPT Files on Network Share

    Cannot open Office 2013 Excel, Word, PPT Files on Network Share
    I am having a problem opening any Office 2013 file when it is located on a network drive. I immediately get the error:  
    "Microsoft Excel cannot open or save any more documents because there is not enough available memory or disk space.
    . To make more memory available, close workbooks or programs you no longer need.
    . To free disk space, delete files you no longer need from the disk you are saving to."
    It only occurs when I try to access the file when it is stored on a network share. I cannot open any word, excel or PPT files located on my file shares.
    I am on Windows 8 (pro), part of a local domain based on Server 2003, and have administrator rights to the domain and the file share where the Excel file resides (and Word files -same problem). If I copy the file locally, I can either open
    it directly, or right-click, go to Properties and 'un-block' the file and then open it. But it is impractical to keep doing this, as I edit different files from the directory tree all day.
    I have bing'd and google'd this extensively, and the only answers I come up with do not work, such as going into the DCOM config system and changing the user from interactive to launching user, or vice versa, or even using a specific user - mine
    with the password. Since the product is so young there aren't a lot of posts on this, and nothing has improved the situation.
    Can you add any insight to this? I really want to use Office 2013, but this is such an obstacle I'm going to have to downgrade if this problem cannot be resolved. Thank you very much for any help you can offer.
    Evan

    Dear Evan,
    If DCOM config solution did not work, I'd suggest narrow down the problem by trying to access another network share on another server, try to open an Office file there, do we still have the error? It could help us determine if the issue is on the client
    machine or the server side.
    Best regards,
    Daisy Cao
    Forum Support
    Please take a moment to "Mark As Answer" if they help.

  • ICloud with excel/word

    Can you edit excel/word files in iCloud and open the documents with changes on another device?  When I open a document in Icloud i have to download it but when i make changes and save the original document apears the next time I open (no changes). 

    Cloud storage technologies (OneDrive, Dropbox to name the two) are linked into the IOS MS Office applications as services. I suspect to support iCloud drive, MS and Apple will need to work together.

  • Company Logo does not appear in Excel and HTML, but appears in PDF and RTF

    Hi,
    I have a RTF template with my Company Logo Embedded. When I run the report from Standard Request Submission, and I give the output type as Excel or HTML, I dont see the Logo on my report.
    When I give the output type as PDF or RTF, then I see the logo on my report.
    Is there anything special I need to do, to see the Logo in Excel or HTML ? Am i missing anything.
    I am using Oracle BI Publisher Template Builder for Word 10.1.3.2.0
    I would really appreciate if you can pass your feedback.
    Thanks
    Kiran

    Did I post my question in the wrong Forum ?

  • Excel/Word viewer for the Mac?

    Is there a free viewer for excel & word docs for the mac as I can't open my attachments in mail?

    I have a Macbook Pro Mac OS X (10.5.5) bought in July 2008 will open office work?
    Yes. NeoOffice, suggested by another poster, is pretty well the same, but may run more slowly: OpenOffice in its latest version runs directly on Leopard (rather than requiring X11 like its earlier versions). It will allow you to edit and save the documents in a MS-compatible format should you require this. Both programs are free.

  • Define a path to save my converted pdf word document

    Hello,
    I would like to be able to define a specific place to save the pdf document I have converted from Word. The script I'm writing should normally able me to send to my customer a personalised mail with an attach pdf document. The mail and the pdf are personalised for each customer. I have put the script I wrote below. I will be really greatfull if you could help me ! Also if you see some improovement I can add to this script do not hesitate
    Many thanks in advance.
    Xavier
    --Main Programme
    set startCell to "A1" as string
    set leSujet to "CES EduPack 2013 – Maintenance de votre installation"
    --set leCorps to ("Bonjour " & leSujet)
    display dialog "Enter the Name of the last cell in Excel " default answer "AA25"
    set endCell to text returned of the result
    set myMatrix to excelTxtExtract(startCell, endCell)
    set custInfo to findInfo(myMatrix, 1) --récupération des mots clés
    set partChoix to choose from list custInfo with prompt "Choose part(s) for file name :" with multiple selections allowed
    set numList to posElmList(partChoix, custInfo)
    --display dialog posList as string
    set myFilenameWord to (choose file with prompt "Please select the Word Template doc for the Quotation :")
    set partChoix to choose from list custInfo with prompt "Choose the email address :"
    set emailList to posElmList(partChoix, custInfo)
    --display dialog emailList as string
    set partChoix2 to choose from list custInfo with prompt "Choose Title of the person :"
    set title1 to posElmList(partChoix2, custInfo)
    set partChoix3 to choose from list custInfo with prompt "Choose the Name of hte person :"
    set name1 to posElmList(partChoix3, custInfo)
    set partChoix4 to choose from list custInfo with prompt "Choose the Nbr of User of the Lycée :"
    set seat1 to posElmList(partChoix4, custInfo)
    set partChoix5 to choose from list custInfo with prompt "Choose the licence type:"
    set licenceType1 to posElmList(partChoix5, custInfo)
    set partChoix6 to choose from list custInfo with prompt "Choose the maintenance expire date:"
    set expireMaint1 to posElmList(partChoix6, custInfo)
    repeat with i from 2 to (length of myMatrix)
              set customer to findInfo(myMatrix, i)
              set email to nomFichier(emailList, customer) as string
              set title2 to nomFichier(title1, customer) as string
              set name2 to nomFichier(name1, customer) as string
              set seat2 to nomFichier(seat1, customer) as string
              set licenceType2 to nomFichier(licenceType1, customer) as string
              set expireMaint2 to nomFichier(expireMaint1, customer) as string
              set leCorps to "Bonjour " & title2 & " " & name2 & "," & return & return & "TEXTE"
              set nomDuFichier to nomFichier(numList, customer) as string
      wordTxtModif(myFilenameWord, customer, custInfo, nomDuFichier)
      envoiMail(leSujet, leCorps, email, nomDuFichier)
    end repeat
    --Envoyer Mail
    on envoiMail(leSujet, leCorps, email, nomDuFichier)
              tell application "Mail"
      activate
                        set nouveauMessage to make new outgoing message with properties {subject:leSujet, content:leCorps & return & return, visible:false}
                        tell nouveauMessage
      make new to recipient at end of to recipients with properties {address:email}
                                  tell content of nouveauMessage
                                            make new attachment with properties {file name:("/Users/grantadesign/Documents/" & nomDuFichier & ".pdf")} at after the last paragraph
                                  end tell
      send nouveauMessage
                        end tell
              end tell
    end envoiMail
    --Nom du fichier
    --Retourne le nom du fichier sans l'extension "Lycée F.Xavier"
    on nomFichier(numList, customer)
      activate
              set nomDuFichier to {}
              repeat with i from 1 to (length of numList)
                        set a to item i of numList
                        copy (item a of customer) to the end of nomDuFichier
              end repeat
              return nomDuFichier
    end nomFichier
    --Position d'un élément dans une lste
    on posElmList(partChoix, custInfo)
      activate
              set elmChoix to 0
              set numList to {}
              repeat with i from 1 to (length of custInfo)
                        set elmChoix to elmChoix + 1
                        repeat with j from 1 to (length of partChoix)
                                  if ((item j of partChoix) = (item i of custInfo)) then
                                            copy elmChoix to the end of numList
                                  end if
                        end repeat
              end repeat
              return numList
    end posElmList
    --Modifier un document Word
    --remplacer des mots dans un texte
    on wordTxtModif(myFilenameWord, customer, custInfo, nomDuFichier)
              tell application "Microsoft Word" --
      activate
      open myFilenameWord
                        set findrange to find object of selection -- ???
                        repeat with i from 1 to (length of custInfo)
                                  tell findrange --replacement of the bookmark
      execute find find text (item i of custInfo) replace with (item i of customer) replace replace all
                                  end tell
                        end repeat
      --display dialog nomDuFichier as string
      save as active document file name (nomDuFichier & ".pdf") file format format PDF
      close window 1 saving no
              end tell
    end wordTxtModif
    --Chargement des valeurs Excel dans une liste
    --Ammélioration : trouver startCell et endCell automatiquement
    on excelTxtExtract(startCell, endCell)
              tell application "Microsoft Excel" -- Load values from Excel
      activate
                        set myFilenameExcel to choose file with prompt "Please select an Excel workbook file:"
      open myFilenameExcel
                        set nameworksheet to get name of every worksheet
                        set myWorksheet to choose from list nameworksheet default items (item 1 of nameworksheet) with prompt "Choose a worksheet where the data are in the list:"
      activate object worksheet (result as string)
                        set myMatrix to value of range (startCell & ":" & endCell)
                        return (myMatrix)
              end tell
    end excelTxtExtract
    --Trouver automatiquement les Mots clés à remplacer dans le texte
    --lineChosen est la ligne que l'on veut lire
    on findInfo(myMatrix, lineChosen)
      activate
              set custInfo to {}
              set selectLine to (item lineChosen of myMatrix)
              repeat with i from 1 to (length of selectLine)
                        set custInfo to custInfo & (item i of selectLine)
              end repeat
              return custInfo
    end findInfo

    Hi kathyv30365453,
    You can convert PDF to Word using either  the ExportPDF online service, or Acrobat. I checked your account, and it doesn't look like you've purchased an ExportPDF subscription. If you want to give Acrobat a try, you're welcome to download a 30-day trial from the link I reference above. In Acrobat, you choose File > Save as Other > Microsoft Word > Word Document.
    Best,
    Sara

  • Does creating Excel,Word,PDF reports & printing in Apex need licensing ?

    I am new to this Apex 4.0
    I have installed the Apex 4.0 with Oracle 10g database.
    Now using Apex if I create any web application, and develop some reports in the web application.
    1) Now to do the printing of the reports in Excel,Word,PDF does Apex need some other components to be installed ?
    2) Does those components needs licensing ? or are they free like Apex 4.0 ?

    Hi,
    Yes you need other components
    http://www.oracle.com/technetwork/developer-tools/apex/configure-printing-093060.html
    Some of solutions need license, like BI Publisher.
    There is also free solutions using e.g. Cocoon, Jasper reports ...
    http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    http://www.poveravoce.net/blog/?p=85
    http://ubuntuforums.org/showthread.php?t=1004742
    http://daust.blogspot.com/2010/09/jasper-reports-integration-v1100.html
    ANNOUNCE:JAPEX Open Source PDF reporting & Blob Download/Flash upload
    Regards,
    Jari

  • KM Docs iView for Excel sheet

    Hi All,
    I have created a KM Document iView for excel sheet and gave the path of excel sheet from KM.
    When I launch the iView, it is opening in a new excel sheet. Is it possible to open the Excel sheet in a browser (html/iView) itself.
    Thanks
    Chinna.

    Chinna,
    Check [this|http://www.mrexcel.com/archive/Hyperlinks/16530.html] out and see if it serves your purpose.
    Cheers!
    Sandeep Tudumu

Maybe you are looking for

  • I have an iPhone 4 8gb and I have about 6gb other that is taking up space but I dont know what it is. What do I do?

    I only have 300 pictures and 2 videos, only 50 songs, I always clear my data and cookies, and history on safari, and I always delete my texting and imessaging conversations, and I clear my calling history. I also redownloaded all my apps BUT I still

  • Duplicating pages in Acrobat X Pro

    I downloaded a PDF (employment application) and was filling it in with Acrobat.  I duplicated the page titled "Employment History" so I could add more items.  I saved the file, but when I reopened it later, found that both "Employment History" pages

  • SJWS SP3 - Not including some jars from war file

    I have a problem when deploying my application using the new Java Web Server SP3 that when my application is deployed my weblogic.jar and j2ee.jar are not included in the classpath that is created. I have turned on finest detail logging and it does n

  • FI,  SD reports

    Hi, Could any one list out the typical reports (3 for each) generated in the following areas.  Also list the SAP Delivered Report with the technical names: 1. Logistics Purchase Order 2. Material Management 3. Production Planning 4. Finance-Accounts

  • Forms won't do order by after the formula columns or constants in union all

    i have a big select as : select * from ( select .....,id doc_id, '1' op from ..... union all select ......., id doc_id, '2' op from ..... union all select ......., id doc_id, '3' op from ..... ) order by id, op where i can have the same id for a numb