[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
JIS ( string )
Description: Creates a string that is the conversion of half-width (single-byte) letters within string to full-width (double-byte) characters.
Arguments:
Name |
Type |
Description |
string |
Designates the string to be converted. If string does not contain any half-width English letters or katakana, nothing in string is converted. |
Return Type and Value: text – The string resulting from the conversion.
[Example:
JIS("ABC") results in ABC
JIS("") results in
end example]