Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 103,512 for

workbook

(0.32 sec)
  1. 验证单元格值是否满足数据验证规则|Documentation

    了解如何通过C++中的Aspose.Cells for JavaScript验证单元格值是否满足数据验证规则。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/verify-...
  2. 在PivotTable中添加计算字段(C++)|Documentation

    如何在透视表中添加计算字段 Aspose.Cells for C++。...// Creating a Workbook object Workbook workbook ; // Obtaining...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-calculated-fie...
  3. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for JavaScript via C++....is possible to protect the workbooks and worksheets separately..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/detect-if-...
  4. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized using Aspose.Cells with C++....file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/cpp/autofit-row-height/
  5. Opening Files in Ruby|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....'/data/' workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...xls' ) workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/java/opening-files-in-ruby/
  6. X Axis Vs. Category Axis with Node.js via C++|D...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/x-axis-vs-cate...
  7. How to set point as total with C++|Documentation

    In some Excel charts, for example a Waterfall chart, you may need to set a point as total. This article describes how to use Aspose.Cells with C++ to do it....( u "" ); // Load the workbook Workbook wb ( filePath + u "SampleSheet...( subtotals ); // Save the workbook wb . Save ( filePath + u "output...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  8. 设置列宽为可缩放单位,如em或百分比,使用C++实现|Documentation

    学习如何使用Aspose.Cells for C++将列宽设置为可缩放单位,如em或百分比。...// Load sample source file Workbook wb ( srcDir + u "sampleForScalableCol...SetExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/cpp/set-column-width-t...
  9. Aspose.Cells for Java 可中断库|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....//Create a new Workbook final Workbook wb = new Workbook (); // Get...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  10. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the Node.js API or C++ Library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/copy-page-setu...