xiph / awcy

http://arewecompressedyet.com/
MIT License
70 stars 46 forks source link

Initial Support for AOM CTC Excel Template #313

Closed vibhoothi closed 1 year ago

vibhoothi commented 2 years ago

This PR lays the foundations for both frontend and backend to support CTC Excel template support and also modernizes the CSV Export to support the excel template style and lays base for creating and loading excel wb and also adding a frontend button to download the CTC template.

Good part as it is within the current report is we can easily reverse the report and can view the Text/md reports on the fly in the frontend as usual.

Other notable changes in this PR,

image image
vibhoothi commented 2 years ago

Note that, I have added functionality to write to XLSM file now instead of placeholder, it works now, tested locally. Would require to rework a bit when we start with multiple test sets.

vibhoothi commented 2 years ago

Related PR in rd_tool for CTCv3: https://github.com/xiph/rd_tool/pull/120 There is no breaking change which requires new PR changes for this PR functionality to my knowledge.

vibhoothi commented 1 year ago

Theae changes have been merged along with #314 so closing this