When converting some data files (xls, csv, etc.) into the required report format, even if the report is very simple, the production of a large number of tables takes too much time and is very cumbersome.
After the original data changes, it is necessary to manually remake the report.
Reports need to present data in different formats, such as converting rows to card format.
The number of rows and columns in grouping and cross statistical reports is not fixed, and the report needs to be scrape together manually. It is troublesome to do only one time.
The format of the pivot table is too rigid and we can only view the data.
Excel can group and summarize data through a pivot table, but slightly more complex calculations are difficult to implement. For example, based on a student grade table, students with average scores below each subject and students with total scores below average are listed separately.
The vlookup function can achieve data association, but for summary data, it is necessary to first group it through a pivot table. If multiple columns need to be fetched, the function needs to be written multiple times, which is cumbersome to operate. It is even more difficult to achieve for reports with an unfixed number of columns.
There may also be some special grouping intervals during data aggregation and statistics, such as grouping according to numerical intervals (age group, numerical range, etc.), or artificially dividing some grouping rules, etc.
Set the data required in the report through the wizard, and when multiple data files are needed in the report, you can also choose from here.
Set corresponding data mapping relationships in cells according to report requirements
Adjust the report format to make the presentation of the report more aesthetically pleasing
Preview and view the report results, which can be converted into formats such as xls, doc, PDF, HTML, txt, etc.
The source data file needs to be replaced. Open the already set report template and select the desired data file. The template does not require any other modifications. Save as a new report template file.
Provide Excel like spreadsheet tools that maintain consistency for regular operations with Excel, and can implement most tasks without the need for specialized learning, making it simple and easy to use.
Wizard based report generation, simple and fast
By extending data through report formulas, the template only needs to set the style of the extended rows, making it easy to operate.
Report templates can be reused, and for reports with similar formats, simply change the data file and adjust the format, resulting in high development efficiency.
To replace a data file for an existing report, simply select a new data file; even if the data changes, the report template does not need to be modified.
Data files can be switched between different formats, such as replacing xls with txt.
The sheet content can be laid out arbitrarily through a flexible expanding model.
The results can be dynamically generated based on the amount of data
Meet the needs of various tables
Reports support multi-dimensional grouping, cross and summary statistics. The header cell merging, diagonal setting, form and style settings are flexible and diverse, and the display effects are more abundant.
Reports can be re-filtered and re-calculated based on the summarized data, making complex calculations easier to process. Of course, the calculation function is not limited to this, the change of data also makes the position of row-or-column results altered. It can achieve some dynamic cross-row operations, such as the same period ratio, proportion, ranking, etc.…
Multiple data files can be imported into the report
Through functions to associate and display data, it only needs to be set once
Grouping and aggregation before join is more efficient
Multiple dimensions dynamically expand based on its own data without affecting each other
Provide more flexible grouping methods, which can group data according to interval, numerical range, or manually specified grouping interval, etc.
You can also perform secondary statistics based on the aggregated data, such as listing the top three states in sales
The results can generate multiple file formats: xls, doc, PDF, HTML, txt ......
The generated HTML can be easily embedded into other web pages