Text Documents (Writer)
HTML Documents (Writer Web)
Spreadsheets (Calc)
Presentations (Impress)
Drawings (Draw)
Database Functionality (Base)
Formulae (Math)
Charts and Diagrams
Macros and Scripting
Office Installation
Common Help Topics
OneOffice Logo

JIS

Converts single-byte (half-width) ASCII or katakana characters to double-byte (full-width) characters.

See https://wiki.documentfoundation.org/Calc/Features/JIS-and-ASC-functions for a conversion table.

Syntax

JIS(Text)

Text: the text string that contains characters to be converted.

Applying the JIS function to a string composed of double-byte characters will return the input string without any modifications.

Examples

=JIS("Office") returns the string "LibreOffice". Note that the returned string uses double-byte characters.

=JIS("ライト") returns the string "ライト", which is composed of double-byte characters.