Excel API Library for Java - Sample Browser | Document Solutions | Sparklines

[フレーム] src="bundle.js"> ## Sparklines Document Solutions for Excel allows you to highlight specific information and see how it varies over time using Sparklines. Sparklines are small, lightweight charts that are drawn inside cells to quickly visualize data for improved analysis. Use the **Add** method of a range's **SparklineGroups** collection to create a group of new sparklines. Sparklines only exist inside of a sparkline group. There is no way to create a sparkline outside of a sparkline group. We support the following types of sparklines: - Line - Column - Win/Loss // 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")

AltStyle によって変換されたページ (->オリジナル) /