Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 30,425 for

worksheet

(0.08 sec)
  1. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  2. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-combo-chart/
  3. 生成条件格式数据条形图像|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 JavaScript 库。它支持生成有条件格式的数据条和图片,让用户可以根据单元格的值自定义电子表格的显示。本文将介绍如何使用 Aspose.Cells 库生成有条件格式的数据条和图片。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  4. Aspose.Cells for .NET how to Excel corruption d...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (4.9 KB) How to get the witch line getting an error....Loop through each worksheet foreach (Worksheet sheet in workbook...workbook.Worksheets) { // Loop through each row for (int row = 0; row...

    forum.aspose.com/t/aspose-cells-for-net-how-to-...
  5. How to Filter Blanks or Non-Blanks|Documentation

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for JavaScript via C++ API....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . autoFilter . addFilter ( 1 , null ); worksheet ....

    docs.aspose.com/cells/javascript-cpp/how-to-fil...
  6. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document...MULTIPLE_WORKSHEETS . @property def section_mode...save document as a separate worksheets. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 插入切片器|Documentation

    通过C++管理带有Aspose.Cells for JavaScript的Excel文件的切片器。...JavaScript via C++还允许您使用 Worksheet.slicers.add() 方法创建切片器。 为数据透视表创建切片器...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  8. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....FitToPagesTall in a specified worksheet, first load the sample file...file . Then call the Worksheet.PageSetup.setFitToPagesTall(int...

    docs.aspose.com/cells/java/how-to-print-excel-a...
  9. Insert Hyperlinks into Excel or OpenOffice|Docu...

    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....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/java/insert-hyperlinks-to...
  10. Working With Borders|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Style the cell with borders all around...

    docs.aspose.com/cells/net/working-with-borders/