Skip to content

Latest commit

 

History

History

XLSExtension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

XLS Extension

This extension demonstrates how to extract metadata and export it as excel file

Demo

thumbnail

Usage

Load the extension and click on excel icon on toolbar.

Setup

Include the CSS & JS file on your page. This CDN is compatible with the lastest Viewer version (v7).

<link rel="stylesheet" href="http://cdn.jsdelivr.net/gh/autodesk-forge/forge-extensions/public/extensions/DrawToolExtension/contents/main.css">
<script src="http://cdn.jsdelivr.net/gh/autodesk-forge/forge-extensions/public/extensions/DrawToolExtension/contents/main.js"></script>

External Dependencies

This sample uses SheetJS and FileSaver as main dependencies. Notifier is a secondary or non-core dependency.