Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 82,045 for

workbook

(0.04 sec)
  1. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel Workbooks using Aspose.Cells for C++....Worksheets Within and Between Workbooks with C++ Contents [ Hide ]...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  2. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...02_OutputDirectory \\ " ); // Create workbook object from source excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  3. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....\\ " ); // Create workbook Workbook workbook ; // Adding a new...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  4. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Aspose.Cells for Python via .NET API....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/python-net/copying-and-mo...
  5. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...Instantiate the Workbook object and open an Excel file Workbook workbook...the document in PDF format workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  6. Aspose.Cells 8.6.2 中的公共 API 更改|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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...Instantiate a new Workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); // Delete...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  8. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....code to implement protecting workbook structure of Excel files....file. const workbook = new AsposeCells . Workbook (); // Gets...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  9. Autofit Rows and Columns in Jython|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.... cells import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  10. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....existing Workbook let workbook = new AsposeCells . Workbook ( filePath...list let nSeriesFiltered = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...