I have used model derivative API for geometry and data extraction. Now I want to extract model information in excel sheet. I read the post https://github.com/Autodesk-Forge/viewer-javascript-extract.spreadsheet but I have many questions. Like how to add reference to the ForgeXLS file? And where? What is 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. I haveID and secret and changed it web.configure. But what next? How to compile the solution?
how use viewer-javascript-extract.spreadsheet
221 views Asked by Shubham Gadekar At
1
There are 1 answers
Related Questions in REVIT-API
- Forge APS Restricting Third-Party Hub Access Levels / Visibility - Custom Integration
- Design automation for Revit runner is crashing on its own
- "Analyze" --> "Space" Revit 2024
- View/interact with dwg or Revit floor plan in Blazor
- assembly version mismatch when using OpenAIClient
- mapsui - SkiaSharp error in SkiaSharp.SKPicture in a revit addon
- How to create a custom setup wizard
- APS (Forge) Viewer "Autodesk.AEC.LevelsExtension" error by changing a Revit model view/geometry
- Revit API ConvertCloudGUIDsToCloudPath returns connection errors
- Error opening the revit cloud model in Forge Environment
- Revit vb.net change IFC Parameter value
- Revit group - cobies data with interoperability tool
- Forge Viewer, loading pdf with setting LMV_VECTOR_PD to true, give different result when using Autdesk.Edit2D, Autodesk.Measure
- How to suppress or kill the "Autodesk Desktop Connector" prompt by the C# code
- Creating a Shared Parameter Filter without a corresponding Element in the Revit Api
Related Questions in REVIT
- What is the fastest way to export floor plans (visually)?
- C# - Revit API - How to debug multi-version Plugin for Revit?
- c# - Revit api - multi version plugin .csproj file
- Can't use pyrevit forms
- Can I access this control with UI Automation?
- Revit connected and disconnected continuity web server nodejs
- Design Automation doesn't end work properly with 2019 revit
- Revit API External Command freezing after WinForms Close() event
- How to get the name of the materials associated to the faces of Rooms in Revit
- Revit 2017 API: How to get the currently active view and its graphic overrides
- After changing linestyle in revit api cant find new linestyle in object styles
- how to create two double hung window side by side revit api in C#
- How to determine the language set for a published workshared Revit model?
- Revit API. How can I get bounding box for several elements?
- Setting parameters inside the class, Null object
Related Questions in AUTODESK-FORGE
- Forge APS Restricting Third-Party Hub Access Levels / Visibility - Custom Integration
- I think i have been locked out of Autodesk, what can i do?
- Forge Viewer: SVF2 of DWF 2D view object properties is not accessible by getProperties function nor do they show on the property panel
- automate publishing Revit models to ACC more than once a week
- The ProjectGuid and ModelGuid is not shown in the return from API
- Issue with generate Rooms use Model Devaritive API
- angleToTrueNorth is null for Navisworks translated model
- Getting Unauthorized error when creating a project from template through API
- No viewabels are generated when translating DWG files to SVF2
- Visualizing NavisWorks Grids in Forge
- Using new useOPFS=true in Forge
- I am trying to write a sanskrit mantra on autocad. When I preview the text, it is correct but as I plot the file to pdf, the 'maatra's' change
- End User License Agreement (EULA) for products submitted by Publishers to the Autodesk App Store?
- How to get full metadata inertia metrix, inertia center, mass, volumn, ect.. from GET Properties
- Autodesk.DataVisualisation example doesn't seem to working
Related Questions in FORGE
- how to add the button onto the mc mod without errors?
- Why my imports in minecraft code for mod on Forge don't work?
- code: -32003, message: Insufficient funds for gas * price + value, data: None
- Forge test estimates less gas than the real transaction
- Has the Key value (Set-Cookie) in the model-derivative v2 response header changed?
- How to deploy metabase using Laravel Forge
- Can props be forged in React?
- Is there a way to have SSO using Atlassian for our external Django application?
- Http3 with Laravel and Forge
- Resizing toolbar in autodesk forge
- Forge model viewer Saving the translated 3D object in our servers or S3 and Matricon SDK integration to digitalize the 3D drawing
- Grant acces to website through URL key - Forge, Laravel
- Issue with Selection of 2D Drawings in Autodesk Forge Viewer
- Can't get trees to generate properly in my mod 1.16.5
- Revits system browser into autodesk forge
Related Questions in REVIT-2015
- Hide elements in Sheets or Revit Document
- Roof Creation Issue with Revit API
- How can I extract the lines from a fill pattern in Revit using revit-api?
- Can not add Calculated Value to Schedule
- How to retrieve the openings of Wall (not the coordinates)?
- How can I activate (display) a view (floor plan or Level) using Revit API?
- Matching elements by their category
- Connecting to SQL Server database with RevitAPI
- Create Dimensions from edge of wall, to sides of openings, to other edge of wall
- How to load Revit file in API using C#?
- Dimensioning Family Instances.
- Make this temporary dimension Permanent "Revit"
- Dimensions attached to Parts or Generic Models Revit
- how use viewer-javascript-extract.spreadsheet
- Revit journal files data extraction
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The 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.
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. You'll need to deploy the TranslatorServer ASP.NET project. Not sure how familiar you are with .NET projects (compile, deployment, etc).