File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <artifactId >fesod-shaded</artifactId >
3333 <name >Fesod Shaded</name >
3434
35+ <description >
36+ Apache Fesod (Incubating) is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to
37+ simplify development and ensure reliability.
38+
39+ Apache Fesod (incubating) is an effort undergoing incubation at the Apache
40+ Software Foundation (ASF), sponsored by the Apache Incubator PMC.
41+
42+ Incubation is required of all newly accepted projects until a further review
43+ indicates that the infrastructure, communications, and decision making process
44+ have stabilized in a manner consistent with other successful ASF projects.
45+
46+ While incubation status is not necessarily a reflection of the completeness
47+ or stability of the code, it does indicate that the project has yet to be
48+ fully endorsed by the ASF.
49+ </description >
50+
51+ <licenses >
52+ <license >
53+ <name >Apache License, Version 2.0</name >
54+ <url >https://www.apache.org/licenses/LICENSE-2.0</url >
55+ </license >
56+ </licenses >
57+
3558 <dependencies >
3659 <dependency >
3760 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 4242 <description >
4343 Apache Fesod (Incubating) is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to
4444 simplify development and ensure reliability.
45+ Apache Fesod (incubating) is an effort undergoing incubation at the Apache
46+ Software Foundation (ASF), sponsored by the Apache Incubator PMC.
47+
48+ Incubation is required of all newly accepted projects until a further review
49+ indicates that the infrastructure, communications, and decision making process
50+ have stabilized in a manner consistent with other successful ASF projects.
51+
52+ While incubation status is not necessarily a reflection of the completeness
53+ or stability of the code, it does indicate that the project has yet to be
54+ fully endorsed by the ASF.
4555 </description >
4656 <url >https://github.com/apache/fesod</url >
4757 <inceptionYear >2025</inceptionYear >
522532 <exclude >website/**</exclude >
523533 <exclude >logo.svg</exclude >
524534 <exclude >**/*.md</exclude >
535+ <exclude >dist/**</exclude >
536+ <exclude >**/*.xlsx</exclude >
537+ <exclude >**/*.xls</exclude >
538+ <exclude >**/*.csv</exclude >
525539 <exclude >.git/**</exclude >
526540 <exclude >.github/**</exclude >
527541 <exclude >**/target/**</exclude >
You can’t perform that action at this time.
0 commit comments