Clear Filters
Clear Filters

Do we have option in Polyspace to generate report for Code Prover/ BugFinder in Excel or Spreadsheet format ?

6 views (last 30 days)
I wanted to generate report for BugFinder and Code Prover in Excel format since the result generated from the analysis are too huge which causing Word format to hang or not responding most of the time.

Answers (1)

Tushar Sharma
Tushar Sharma on 29 Apr 2024
Hi Adnan,
Unfortunately, it is not currently possible in polyspace to generate report in Excel or Spreadsheet format.
You can specify the file format of the reports to be generated as - '-format HTML | PDF | WORD'. By default, the command generates a word document - https://www.mathworks.com/help/releases/R2024a/bugfinder/ref/polyspacereportgenerator.html#mw_55d0a185-6cc0-4c4a-b9c2-fb26b5d546fd
However, you can export Polyspace Access results to a tab-separated values (TSV) file only from the command line by using the 'polyspace-access' binary. When you export results, you generate a TSV file that lists results with most of the same results attributes as the results list in polyspace access web interface - https://www.mathworks.com/help/polyspace_access/ug/results-list-web-browser.html.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!