Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 87,174 for

workbook

(0.17 sec)
  1. 通过 C++ 在 Node.js 中导入 HTML 时删除换行后的多余空格|Documenta...

    学习如何在导入 HTML 时使用 Aspose.Cells for Node.js via C++ 删除换行后多余的空格。...from ( byteArray ); // Create workbook from stream with Html load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-redu...
  2. 在 Aspose.Cells 中锁定 WordArt 水印|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....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/locking-wordart-wa...
  3. Copy Range Data Only with C++|Documentation

    Learn how to copy range data only without formatting using Aspose.Cells with C++....example shows how to: Create a workbook. Add data to cells in the...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-only/
  4. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-number-settings/
  5. How to Scale a Worksheet with C++|Documentation

    This article shows you code explaining how to scale a worksheet using Aspose.Cells library with C++....// Load the Excel file Workbook workbook ( u "sample.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-scale-a-worksh...
  6. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for .NET to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way.... Workbook chart title : Grafik Başlığı Workbook chart legend...legend : Artış Workbook chart legend : Düşüş Workbook chart legend...

    docs.aspose.com/cells/net/using-chartglobalizat...
  7. 为渲染自动调整行高(Node.js通过C++)|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel渲染自动调整行高,防止保存的PDF中的文本被剪裁。...xlsx" ); // Init workbook instance. const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Set autofit options for rendering...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  8. Aspose.Cells 8.9.0中的公共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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  10. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/locking-wordart-water...