Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 82,065 for

workbook

(0.17 sec)
  1. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...worksheet IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/androidjava/chart-data-l...
  2. Apply Styles to Ranges in Workbooks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Apply Styles to Ranges in Workbooks Contents [ Hide ] Below is...and columns of workbooks: VSTO Excel . Workbook myWorkbook = this...

    docs.aspose.com/cells/net/apply-styles-to-range...
  3. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...
  4. 使用 Node.js 和 C++ 将 Excel 保存为标准或最小尺寸的 PDF|Docume...

    学习如何使用 Aspose.Cells for Node.js via C++ 以标准或最小尺寸将 Excel 文件保存为 PDF。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/zh/nodejs-cpp/save-excel-...
  5. 在 Node.js via C++ 中查找工作表内元素的绝对位置|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表中查找形状的绝对位置。...file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/zh/nodejs-cpp/finding-abs...
  6. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...replace . setRegexKey ( true ); workbook . replace ( "\\bKIM\\b" ,...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  7. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  8. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Create an instance of Workbook Workbook workbook ( u "treemap.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  9. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Create workbook from sample Excel file Workbook workbook ( srcDir...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  10. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...