Book a Demo

Author Topic: Exporting documentation to Sharepoint  (Read 6219 times)

Eric Beser

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Exporting documentation to Sharepoint
« on: January 05, 2017, 04:30:03 am »
I have a sharepoint account that we use for project management. I would like to export the design documentation and charts to the sharepoint account. EA supports an export as web pages, but is there a means to export directly to sharepoint pages?

gundumon

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Exporting documentation to Sharepoint
« Reply #1 on: November 07, 2017, 11:56:51 pm »
Not sure if this was ever answered but I have done this since we also had a similar requirement. Check my github https://github.com/gundumon/ArchitectureGuild - entire code is available.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Exporting documentation to Sharepoint
« Reply #2 on: November 08, 2017, 12:20:17 am »
I also wrote a solution for this a while ago. Nothing as comprehensive as the ArchitectureGuild project though. Just a simple VBScript

https://github.com/GeertBellekens/Enterprise-Architect-VBScript-Library/blob/master/Framework/Publish/ExportHTML.vbs

Geert

koenvv

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Exporting documentation to Sharepoint
« Reply #3 on: December 11, 2019, 09:43:05 pm »
Hi Geert,

and once the export files (the entire html and js file structure) are copied to a SharePoint document library, how do you make SharePoint show the content correctly? SharePoint disables javascripts and relative links and image urls seem not to work.

thx,
Koen

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Exporting documentation to Sharepoint
« Reply #4 on: December 11, 2019, 09:54:25 pm »
Hi Geert,

and once the export files (the entire html and js file structure) are copied to a SharePoint document library, how do you make SharePoint show the content correctly? SharePoint disables javascripts and relative links and image urls seem not to work.

thx,
Koen
I'm not sure, we just uploaded it and it worked just fine I think.
I'm in no way a sharepoint expert, so I wouldn't even know where to start to fix that in Sharepoint.

Geert