dschulten opened a new issue, #3675:
URL: https://github.com/apache/incubator-kie-tools/issues/3675

   When Copy-Pasting from Excel, it would be nice if 
   
   - copying a text like `'100` or `foo` would automatically paste a string 
like `"100"` or `"foo"`
   - copying a number in localized format like `10.000,52` would paste a number 
`10000.52`
   
   As a workaround we use Excel functions:
   
   CONCAT:
   `=TEXTKETTE("""";A2;"""")`
   
   SUBSTITUTE:
   `=WECHSELN(C10;",";".")`
   
   It would be extraordinary if it would even handle dates and times:
   
   - copying a date like `01.12.2026` would paste `date("2026-12-01")`
   - copying a time like `09:25:12 PM` would paste `time( "21:25:12" )`


-- 
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