简体   繁体   English

如何使用viewer-javascript-extract.spreadsheet

[英]how use viewer-javascript-extract.spreadsheet

I have used model derivative API for geometry and data extraction. 我已经使用模型衍生API进行几何和数据提取。 Now I want to extract model information in excel sheet. 现在,我想在Excel工作表中提取模型信息。 I read the post https://github.com/Autodesk-Forge/viewer-javascript-extract.spreadsheet but I have many questions. 我读了帖子https://github.com/Autodesk-Forge/viewer-javascript-extract.spreadsheet,但是我有很多问题。 Like how to add reference to the ForgeXLS file? 喜欢如何添加对ForgeXLS文件的引用? And where? 在哪里 What is Forgexlsx? 什么是Forgexlsx? How to call download method? 如何调用下载方法? Please explain it in detail. 请详细解释。 Similarly on another post https://github.com/Autodesk-Forge/model.derivative-csharp-context.menu . 同样在另一篇文章中https://github.com/Autodesk-Forge/model.derivative-csharp-context.menu I haveID and secret and changed it web.configure. 我有ID和机密,并将其更改为web.configure。 But what next? 但是接下来呢? How to compile the solution? 如何编译解决方案?

The Extract spreadsheet sample is pure JavaScript. 提取电子表格示例是纯JavaScript。 All the required files are on the github repo. 所有必需的文件都在github仓库中。 You need the ForgeXLS that implements the extraction process, the other files used are on the Libraries folder . 您需要实现提取过程的ForgeXLS ,使用的其他文件在Libraries文件夹中

The Context menu sample is bit more complex. 上下文菜单示例要复杂一些。 As per readme setup , you'll need to compile the whole .NET solution, register the CSShellExtContextMenuHandler.dll on the regasm, which triggers the Translator.exe. 按照自述文件的设置 ,您需要编译整个.NET解决方案,在续签上注册CSShellExtContextMenuHandler.dll,这会触发Translator.exe。 You'll need to deploy the TranslatorServer ASP.NET project. 您将需要部署TranslatorServer ASP.NET项目。 Not sure how familiar you are with .NET projects (compile, deployment, etc). 不知道您对.NET项目有多熟悉(编译,部署等)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM