如何使用查看器-javascript-extract.spreadsheet

how use viewer-javascript-extract.spreadsheet

我使用模型导数 API 进行几何和数据提取。现在我想提取 excel sheet 中的模型信息。我读了 post https://github.com/Autodesk-Forge/viewer-javascript-extract.spreadsheet 但我有很多问题。比如如何添加对 ForgeXLS 文件的引用?在哪里?什么是 Forgexlsx?如何调用下载方法?请详细说明。 同样在另一个 post https://github.com/Autodesk-Forge/model.derivative-csharp-context.menu 上。我有ID和secret,改了web.configure。但接下来呢?如何编译解决方案?

Extract spreadsheet sample is pure JavaScript. All the required files are on the github repo. You need the ForgeXLS that implements the extraction process, the other files used are on the Libraries folder.

Context menu sample is bit more complex. As per readme setup,您需要编译整个 .NET 解决方案,在 regasm 上注册 CSShellExtContextMenuHandler.dll,这会触发 Translator.exe。您需要部署 TranslatorServer ASP.NET 项目。不确定您对 .NET 项目(编译、部署等)的熟悉程度。