parent_command: stocks/scr/
usage: valuation [-p Desired preset.] [-l LIMIT] [-r] [-s SORT] [-h]                  [--export EXPORT] [--sheet-name SHEET_NAME [SHEET_NAME ...]]  Prints valuation data of the companies that meet the pre-set filtering.  optional arguments:   -p Desired preset., --preset Desired preset.                         Filter presets   -l LIMIT, --limit LIMIT                         Limit of stocks to print   -r, --reverse         Data is sorted in descending order by default. Reverse                         flag will sort it in an ascending way. Only works when                         raw data is displayed.   -s SORT, --sort SORT  Sort elements of the table.   -h, --help            show this help message   --export EXPORT       Export raw data into csv, json, xlsx   --sheet-name SHEET_NAME [SHEET_NAME ...]                         Name of excel sheet to save data to. Only valid for                         .xlsx files.  For more information and examples, use 'about valuation' to access the related guide.
Summary: The valuation command displays valuation data for companies that meet pre-set filters. You can choose a preset filter, limit the number of stocks displayed, sort the data in ascending or descending order, and export the data in various formats. You can also specify an Excel sheet name for .xlsx files.

Examples:
- Display valuation data with a specific preset: stocks/scr/valuation -p Desired preset.
- Display valuation data for a limited number of stocks: stocks/scr/valuation -l 10
- Display valuation data sorted in ascending order: stocks/scr/valuation -r
- Display valuation data sorted by a specific element: stocks/scr/valuation -s SORT
- Export valuation data in csv format: stocks/scr/valuation --export csv
- Save valuation data to a specific Excel sheet: stocks/scr/valuation --sheet-name Sheet1