You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MR Excel is a tool for generating Excel files. The implementation of this library is similar to ["`MR Excel JavaScript`"](https://github.com/mohammadrezaeicode/mr-excel-repo). You can use the documentation from that repository for reference. [example](https://github.com/mohammadrezaeicode/mr-excel-java-example-gallery) Requirement:**`JDK 11+`**
4
+
5
+
## Related Projects
6
+
7
+
The following list includes new repositories related to this project. Documentation and improvements for these projects can be found in the repositories below.
8
+
9
+
-**`MR Excel Java`**:A similar project using Java is in development. The release version is coming soon; currently, it is available as a snapshot version.["`repository`"](https://github.com/mohammadrezaeicode/mr-excel-java)
10
+
11
+
-**`MR Excel Editor`**: An editor that utilizes the library is currently under development. At present, it only generates simple results.["`repository`"](https:///github.com/mohammadrezaeicode/mr-excel-editor)["`Demo`"](https://mohammadrezaeicode.github.io/mr-excel-editor/)
12
+
13
+
## Import in `Maven` project
14
+
15
+
To use the dependency, follow the structure below:
16
+
17
+
1.`Generate a GitHub token` with access to `read:packages` and add the server to `~/.m2/setting.xml`. You can find the exact structure in this [link](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token).
url = uri("https://maven.pkg.github.com/mohammadrezaeicode/mr-excel-java") // replace OWNER and REPOSITORY with your GitHub username and your repository name
0 commit comments