XML Port in excel format

sabzam
sabzam Member Posts: 1,149
Dear All,

Is it possible to modify an xml port in a way that the resultant file is in excel format? For example reading from a table and creating an xml file which has two tabs and can be read in Excel.

Comments

  • kine
    kine Member Posts: 12,562
    You will need to use the Office Open XML format. Example is e.g there: http://en.wikipedia.org/wiki/Microsoft_ ... et_example
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • sabzam
    sabzam Member Posts: 1,149
    Hi Kine,

    Thanks for your reply. I have opted to use coding which is very similar to codeunit 424 which exports the analysis view. What I am trying to do now is to do some formatting such as bold text and underlining. Is this possible or should I use another method to get such final touches?
  • kine
    kine Member Posts: 12,562
    sabzam wrote:
    Hi Kine,

    Thanks for your reply. I have opted to use coding which is very similar to codeunit 424 which exports the analysis view. What I am trying to do now is to do some formatting such as bold text and underlining. Is this possible or should I use another method to get such final touches?
    Of course, you can use the automations to set all this as needed....
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • sabzam
    sabzam Member Posts: 1,149
    Thanks kine for your prompt reply. I'll try to use the commands.