Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 103,636 for

workbook

(0.14 sec)
  1. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for Node.js via C++....sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook as HTML workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/disable-downle...
  2. Export Similar Border Style When Border Style I...

    Learn how to export similar border styles when unsupported by web browsers using Aspose.Cells with C++....xlsx" ); Workbook workbook ( inputFilePath ); //...SetExportSimilarBord ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/cpp/export-similar-border...
  3. Get Worksheet of the Chart with C++|Documentation

    Learn how to retrieve the worksheet associated with an Excel chart using Aspose.Cells for C++. Our guide will show you how to access the worksheet and perform operations on it to manipulate the underlying data of the chart....Create workbook from sample Excel file Workbook workbook ( srcDir...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-worksheet-of-the-...
  4. Add WordArt Watermark to Chart in Aspose.Cells|...

    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.... Workbook workbook = new Workbook ( FileName );...Cells . Charts . Chart chart = workbook . Worksheets [ 0 ]. Charts...

    docs.aspose.com/cells/net/add-wordart-watermark...
  5. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  6. Get Connection Points from Shape with Node.js v...

    Learn how to retrieve connection points from shapes in Excel using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/get-connection...
  7. How to Check Frozen State without Excel Using N...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using Node.js with the C++ library.... Create a Workbook to open the file. Check whether...the workbook which contains frozen panes const workbook = new...

    docs.aspose.com/cells/nodejs-cpp/how-to-check-f...
  8. Repeated Save Increases Image Size and Row Heig...

    Issue Summary: I am using GridJsWorkbook to load, merge, and save Excel files from the GridJs JSON structure. However, I am encountering an issue where image sizes and row heights increase with each save operation, even…...Steps to Reproduce: Load a workbook in GridJs. Perform any edit...image or row height). Save the workbook using the following backend...

    forum.aspose.com/t/repeated-save-increases-imag...
  9. Get Cell Validation in ODS Files|Documentation

    Learn how to get cell validation in ODS files using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...
  10. 插入时间轴|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++创建时间线。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...