Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 30,205 for

worksheet

(0.17 sec)
  1. 使用 C++ 管理图表中的形状|Documentation

    学习如何使用 Aspose.Cells for C++ 添加控件和自定义 Microsoft Excel 中的图表。我们的指南将演示如何操作图表元素、调整格式以及提升图表的整体外观与易用性。...chart in the second sheet Worksheet sheet = workbook . GetWorksheets...chart in the second sheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/controls-in-charts/
  2. 如何判断Excel文本框中的文字已经溢出? - Free Support Forum - as...

    如何判断Excel文本框中的文字已经溢出?...Cells 的 Worksheet.Shapes 、VBA 的 Shapes 集合或 Interop...s1.xlsx"); Worksheet worksheet = book.Worksheets[0]; foreach...

    forum.aspose.com/t/excel/321982
  3. Different Ways to Save Files|Documentation

    Aspose.Cells for Python via .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....a workbook with multiple worksheets into a text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/python-net/different-ways...
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++.... worksheets . get ( 0 ); ws . shapes...Text with Shape inside the Worksheet using JavaScript via C++...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  5. Aspose cells : Redo and undo actions are not pe...

    Step 1: I entered 11, 12, 13, and 14 in different cells. Step 2: I applied red color to some cells. Step 3: I applied yellow color to other cells. Step 4: When performing undo (Ctrl + Z), the colors are removed correc…...Workbook object and 'worksheet' is your Worksheet object var cells...cells = worksheet.Cells; // Store the original values before applying...

    forum.aspose.com/t/aspose-cells-redo-and-undo-a...
  6. Manage Comments and Notes|Documentation

    Insert and manage comments or notes with Aspose.Cells for Python via .NET....method (encapsulated in the Worksheet object). The new Comment object...

    docs.aspose.com/cells/python-net/comments-and-n...
  7. 使用 C++ 的 JavaScript 错误检查选项|Documentation

    学习如何在 Excel 工作表中通过 C++ 编程方式使用错误检查选项。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/use-err...
  8. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....the cells A1 and C1 inside worksheet and set data and formula string...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...
  9. Index was out of range pivot table.CalculateDat...

    i have a problem when I want to calculate the pivot table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...xlsx"); Worksheet sheet = workbook.Worksheets[0]; // Refresh...xlsx"); foreach (var workSheet in workbook.Worksheets) { foreach (var...

    forum.aspose.com/t/index-was-out-of-range-pivot...
  10. 如何使用C++设置系列不可见|Documentation

    在Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...charts collection of the first worksheet ChartCollection charts = workbook...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...