Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 103,452 for

workbook

(0.33 sec)
  1. 通过C++使用JavaScript设置形状或文本框中文本效果的阴影|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++为任何形状或文本框设置文本效果阴影。..."text/javascript" > const { Workbook , SaveFormat , PresetShadowType...// Create workbook object const wb = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. 在加载工作簿时使用JavaScript通过C++过滤VBA项目|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在加载Excel工作簿时过滤VBA项目。...h1 > Sample Macro-Enabled Workbook to XLSM </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  3. GridJs Multi-Language Configuration Guide|Docum...

    This tutorial will guide you through configuring multi-language support...( sb == null ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...if (! isdone ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  4. How to create Dynamic Rolling Chart with C++|Do...

    Learn how to create a dynamic rolling chart using Aspose.Cells for C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/create-dynamic-rollin...
  5. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。..."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...uploaded Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  6. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...'result' ); // Create workbook const wb = new Workbook (); // Assign...

    docs.aspose.com/cells/javascript-cpp/implement-...
  7. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....02_OutputDirectory \\ " ); // Create a Workbook Workbook wbk ; // Create a Worksheet...SetStyle ( style ); // Save the Workbook wbk . Save ( outDir + u "mergingcells...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  8. 在保存为PDF时,仅更改单个Unicode字符的字体,使用JavaScript通过C++|Do...

    学习如何在使用Aspose.Cells for Java脚本通过C++保存为PDF时更改特定Unicode字符的字体。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Create workbook object const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  9. 将文本数值数据转换为数字|Documentation

    学习如何通过Aspose.Cells for Java脚本通过C++ API将Excel中存储为文本的数字转换为数字。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate workbook object with the uploaded Excel...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. Excel data label font properties manipulation (...

    Hi Team, I have the following excel file. chart-forum.zip (15.8 KB) In it there is a simple chart, with one graph representing one data series. Data labels are added to the chart. The default setting is 11px fontsize…...Cells Load the workbook and obtain the chart. Make...Aspose.Cells.Charts; Workbook wb = new Workbook(@"C:\Input.xlsx");...

    forum.aspose.com/t/excel-data-label-font-proper...