Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 103,641 for

workbook

(0.17 sec)
  1. Aspose.Cells 8.6.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....个新的MetadataType枚举,现在可以在不创建Workbook实例情况下操作文档属性(元数据)。WorkbookM...the spreadsheet Workbook book = new Workbook ( filePath ); //Disable...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Converting Chart to Image in SVG Format with No...

    Learn how to convert a chart to SVG format image using Aspose.Cells for Node.js via C++....Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "SampleChartBook...

    docs.aspose.com/cells/nodejs-cpp/converting-cha...
  3. 通过 JavaScript 及 C++ 将图表转换为图片|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 转换图表为图片格式,如 JPEG 或 PNG。我们将演示如何从 Microsoft Excel 导出图表并将其保存为独立的图片,以便后续使用和处理。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...require an input file; an empty workbook is created as in the original...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  4. How to set Series invisible with C++|Documentation

    In an Excel chart, you may need to set a series invisible. This article describes how to use Aspose.Cells with C++ to do it....an existing Excel file Workbook workbook ( filePath + u "SeriesFiltered...worksheet ChartCollection charts = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-set-series-inv...
  5. Resampling Added Images - Excel to PDF Conversi...

    Learn how to resample added images to reduce PDF size using Aspose.Cells with C++....\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputPath ); // Instantiate...

    docs.aspose.com/cells/cpp/resampling-added-imag...
  6. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...an instance of Workbook const book = new Workbook (); // Get the...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  7. Updating Slicer with C++|Documentation

    This article shows how to update a slicer by using the Aspose.Cells for C++ API.... It then saves the workbook as the output Excel file ..."sampleUpdatingSlicer.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/updating-slicer/
  8. Send Shape Front or Back inside the Worksheet w...

    Learn how to send a shape to the front or back in a worksheet using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/send-shape-fro...
  9. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。...the workbook which contains frozen panes const workbook = new...AsposeCells . Workbook ( filePath ); const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  10. 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...