Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 99,951 for

workbook

(0.24 sec)
  1. Code Comparison for Common Features in Aspose.C...

    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....Sheet Within Workbook Re‑Order Sheets Within Workbook Header and...Aspose.Cells Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/code-comparison-for-...
  2. 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-...
  3. 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/
  4. 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...
  5. 设置列宽为可缩放单位,如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...
  6. 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-...
  7. 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...
  8. Get Range with External Links with C++|Document...

    Learn how to retrieve ranges with external links in Excel files using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/cpp/get-range-with-extern...
  9. 在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...
  10. 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...