Motivation
During usage, we may need to convert read or written data into specific formats. Apache Fesod (Incubating) provides a flexible converter mechanism that allows users to define custom data conversion rules to meet various business requirements. Many converter classes are already built in, but some are still missing.
How to complete
Please link this issue in the description of the PR.
This will be a long-term task, allowing all the volunteers to divide it into multiple PRs for completion. Each PR can contain one or more converters, and each converter needs to provide the corresponding unit test code.
Only classes compatible with JDK 8 are supported. Each converter must implement the org.apache.fesod.sheet.converters.Converter interface, and please leave a comment outlining your specific implementation proposal.
Task List
The following are some conversions that are currently required
Please feel free to suggest any type converters you require, and please leave a comment in this issue.
The new proposal needs to be published for at least 24 hours. If there are no objections during this period, please feel free to submit your PR at any time. These will be added to the task list and assigned to volunteers later.
Motivation
During usage, we may need to convert read or written data into specific formats. Apache Fesod (Incubating) provides a flexible converter mechanism that allows users to define custom data conversion rules to meet various business requirements. Many converter classes are already built in, but some are still missing.
How to complete
Please link this issue in the description of the PR.
This will be a long-term task, allowing all the volunteers to divide it into multiple PRs for completion. Each PR can contain one or more converters, and each converter needs to provide the corresponding unit test code.
Only classes compatible with JDK 8 are supported. Each converter must implement the
org.apache.fesod.sheet.converters.Converterinterface, and please leave a comment outlining your specific implementation proposal.Task List
The following are some conversions that are currently required
java.sql.Timestamp@SyedIshmumAhnafjava.sql.Clob@AhmedYoussef98java.time.ZonedDateTime@alexsmolyajava.time.LocalTime@leehautjava.time.OffsetDateTime@Mikkey-fPlease feel free to suggest any type converters you require, and please leave a comment in this issue.
The new proposal needs to be published for at least 24 hours. If there are no objections during this period, please feel free to submit your PR at any time. These will be added to the task list and assigned to volunteers later.