Excel API Library for Java - Sample Browser | Document Solutions | Cell Rich Text
[
フレーム]
src="bundle.js">
## Cell Rich Text
Document Solutions for Excel provides support for applying rich text formatting in the cells of the worksheet.
Examples in this folder demonstrate how to:
- Use IRange.IRichText interface to add and format text runs in a cell.
- Use IRange.Characters() method to format a range of characters in a cell.
- Configure font for each text run of rich text cell.
// Create a new workbook
Workbook workbook = new Workbook();null
// Save to an excel file
workbook.save("FolderExample.xlsx");
// Create a new workbook
var workbook = Workbook()
FIXME: No Kotlin code in this demo.
// Save to an excel file
workbook.save("FolderExample.xlsx")