Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 30,428 for

worksheet

(0.14 sec)
  1. 使用JavaScript通过C++管理TextBox|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++管理Excel中的TextBox。...first worksheet const worksheet = workbook . worksheets . get...TextBox shape const textBox = worksheet . shapes . addTextBox ( 2...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  2. 用JavaScript通过C++处理图表轴的自动单位|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++处理图表轴上的自动单位。我们的指南将向您展示如何配置和自定义自动单位,包括科学记数法的显示和缩放调整。...first worksheet const worksheet = workbook . worksheets . get...first chart const chart = worksheet . charts . get ( 0 ); // Render...

    docs.aspose.com/cells/zh/javascript-cpp/handle-...
  3. Aspose compression is consuming more RAM and CP...

    Hi Team, We recently implemented compression to reduce file sizes. However, we’ve observed a significant increase in resource consumption, which has led to API performance degradation. Could you please suggest possible …...workbook = new Workbook(); Worksheet sheet = workbook.getWorksheets()...Cells!"); // Add data to the worksheet to increase the file size...

    forum.aspose.com/t/aspose-compression-is-consum...
  4. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Fractional...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; string...string value = "Test "; worksheet.Cells[1,1].HtmlString = value; value...

    forum.aspose.com/t/bug-cell-class-cant-set-html...
  6. Manage TextBox|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....Assistant Close Add Icons to Worksheet Managing OLE Objects Analyzing...

    docs.aspose.com/cells/java/managing-textbox-of-...
  7. Manage Shape Options|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....Add WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/net/managing-shape-options/
  8. Setting Page Options in Ruby|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/setting-page-options...
  9. Set Data Source for the Chart|Documentation

    Learn about the various data sources supported by Aspose.Cells for .NET. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your Worksheets....chart will be added to the worksheet as shown below. Advanced topics...the Chart to Destination Worksheet while Copying Rows or Range...

    docs.aspose.com/cells/net/data-formatting-in-ch...
  10. Set Data source for the chart|Documentation

    Learn about the various data sources supported by Aspose.Cells for Python via .NET. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your Worksheets....chart will be added to the worksheet as shown below. Advanced topics...the Chart to Destination Worksheet while Copying Rows or Range...

    docs.aspose.com/cells/python-net/data-formattin...