Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 103,544 for

workbook

(0.24 sec)
  1. Read Color of Shape's Glow Effect with JavaScri...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/read-color...
  2. 在Node.js via C++中为图表系列中的数据点添加自定义标签|Documentation

    了解如何在图表系列的数据点中添加自定义标签,使用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/zh/nodejs-cpp/adding-cust...
  3. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  4. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  5. How to Lock Cells to Protect Them|Documentation

    This article provides code that shows how to lock cells to protect them using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , StyleFlag ...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/how-to-loc...
  6. Can we plot this radial cluster chart which is ...

    Hi Team, Can we draw this smartart using aspose cells from scratch? Radial Cluster SmartArt.zip (22.7 KB)...SmartArt that already exists in a workbook. To get the desired result...editable SmartArt in the final workbook and only have to fill it programmatically...

    forum.aspose.com/t/can-we-plot-this-radial-clus...
  7. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...the workbook const workbook = new AsposeCells . Workbook ( filePath...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  8. Aspose.Cells.CellsException:“Metafile::PixelFor...

    An error occurred when converting the Excel file to PDF: Aspose.Cells.CellsException:“Metafile::PixelForamt” CIPL-INDIA-LIMO-4-Air.7z (144.1 KB) using Aspose.Cells; var Workbook = new Workbook("./CIPL-INDIA-LIMO-4-Ai…...Cells; var workbook = new Workbook("./CIPL-INDIA-LIMO-4-Air...pdfSaveOptions.OnePagePerSheet = true; workbook.Save("./CIPL-INDIA-LIMO-4-Air...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  9. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...CSS Properties when saving Workbooks as HTML Aspose.Cells Product...CultureInfo of the thread/workbook is set according to the documents...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  10. Show and Hide Rows, Columns, and Scroll Bars|Do...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C# language and the .NET API or Library. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-rows-co...