delei commented on issue #1017:
URL: https://github.com/apache/fesod/issues/1017#issuecomment-5316845400

   > I'd like to work on the `java.sql.Clob` converter (still unassigned in the 
task list).
   > ...
   >   * **Write**: extracts the full contents with `clob.getSubString(1, (int) 
clob.length())` and wraps it in a `WriteCellData<>(...)`, matching 
`StringStringConverter`'s write path.
   
   Hi, @SyedIshmumAhnaf
   
   SGTM, +1.
   
   FYI, regarding string slicing, please note that the maximum text length in 
Excel cells is **32767**. If possible, it is recommended to adhere to this 
limit and provide similar test cases in the unit tests.
   
   Welcome, the proposal is to be published for 24 hours, if no objections are 
raised, the task will be assigned to you.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to