Showing Hidden Characters on Cell Import

Release 3.0.2402 and above, Release 2.18.2402 and above.

Set the editor.import.useOverflow.cell option to allow hidden characters to be displayed when importing Excel files. (default: false)

// synapeditor.config.js
{
  'editor.import.useOverflow.cell': true
}
<table> <thead> <tr><th><code>editor.import.useOverflow.cell: true</code></th><th><code>editor.import.useOverflow.cell: false</code> (default)</th></tr> </thead> <tbody> <tr> <td>

useOverflow.cell true

</td> <td>

useOverflow.cell false

</td> </tr> </tbody> </table>

Caution!

Some characters may appear overlapped.

<table> <thead> <tr><th>Original</th><th>When enabled</th></tr> </thead> <tbody> <tr> <td>

Original Excel

</td> <td>

Text overlapped

</td> </tr> </tbody> </table>

Related Features