Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashidintheworld/excel-automation-project
This project was developed using Java and basically processes user-defined numbers through special methods and functions in the util package and transfers the results to an Excel file.
https://github.com/rashidintheworld/excel-automation-project
ant-design automation excel export-excel intellij java microsoft-products
Last synced: about 2 months ago
JSON representation
This project was developed using Java and basically processes user-defined numbers through special methods and functions in the util package and transfers the results to an Excel file.
- Host: GitHub
- URL: https://github.com/rashidintheworld/excel-automation-project
- Owner: rashidintheworld
- Created: 2023-11-27T18:18:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T17:05:46.000Z (about 1 year ago)
- Last Synced: 2024-01-05T18:26:59.429Z (about 1 year ago)
- Topics: ant-design, automation, excel, export-excel, intellij, java, microsoft-products
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excel-automation-project
This project was developed using Java and basically
processes user-defined numbers through special methods and functions in the util
package and transfers the results to an Excel file.The project is one of the things I did to make university work easier. #azmiu #aacu
* / FEATURES / *
+ Ease of Data Entry: Enables easy entry of certain numbers by the user.
+ Calculation Flexibility: The user can perform different calculations and
obtain results thanks to the user-defined calculation methods.
+ Automatic processing: using certain methods and ready-made functions in the
utility package, the data is automatically processed and converted into an Excel file.
+ Data Processing Standards: Using Apache POI, data transfer to Excel files is
standardized and made easy.
+ Technical Integration: The use of Apache POI provides integration in creating
Excel files and data transfer in Java.