Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 27,380 for

excel worksheet

(0.63 sec)
  1. Aspose.Cells 8.8.3 中的公共 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....Workbook (); // Access first worksheet from the collection var sheet...sheet = book . Worksheets [ 0 ]; // Add Toggle Button ActiveX...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...123456这样超过15位的数字,当你将HTML导入到Excel文件中时,这些数字会被转换为指数记法,比如1.23457...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  3. XLSB to XLSM Conversion Issue When Target File ...

    :page_facing_up: Description I’m encountering a deviation in behavior when converting an .xlsb file to .xlsm using Aspose.Cells for .NET v25.8.0. The attached file Template-Single-Quote-Issue-Link.xlsb contains a Pivot …...Expected Behavior (Using Microsoft Excel) When converting the .xlsb to...to .xlsm using Microsoft Excel, the relationship in xl\pivot...

    forum.aspose.com/t/xlsb-to-xlsm-conversion-issu...
  4. Wrapper class for loading Email Messages Async ...

    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....Usage Using a Microsoft Excel Worksheet as the Message Body and...

    docs.aspose.com/email/net/wrapper-class-for-loa...
  5. Using ChartGlobalizationSettings Class to Set a...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way....sample code loads the sample Excel file . Output generated by the...title : Eksen Başlığı Get Worksheet of the Chart with Golang via...

    docs.aspose.com/cells/go-cpp/using-chartglobali...
  6. 在 C++ 中计算完图表后读取坐标轴标签|Documentation

    了解如何在 Aspose.Cells for C++ 中在计算图表后读取坐标轴标签。我们的指南将向您展示如何访问和检索坐标轴标签,包括它们的格式和位置。...计算图表后读取轴标签 请参阅以下示例代码,加载[sample Excel file](ReadAxisLabels.xlsx)并..."ReadAxisLabels.xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/read-axis-labels-a...
  7. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++导入HTML时防止大数字被转换为指数形式。...123456这样超过15位的数字,当你将HTML导入到Excel文件中时,这些数字会被转换为指数记法,比如1.23457...Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-e...
  8. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...Worksheets[0].Shapes; int shapeCount...PlacementType.MoveAndSize; } wb.Worksheets[0].Cells.DeleteBlankRows();...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  9. 通过C++中的JavaScript导入HTML时删除行结束后的多余空格|Documentation

    学习如何在使用C++中的Aspose.Cells for JavaScript导入HTML时删除行结束后多余的空格。...默认情况下,此属性为 false ,在输出Excel文件时会保留多余空格。 设置 HTMLLoadOptions...Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. LegendEntry.IsDeleted does not work as expected...

    Hi All, I have a problem when I try to delete legends in a chart. I am using Aspose.Cells 25.9.0 Let me explain the issue! I have a chart with 4 series. 2 are enabled and 2 are disabled: image.png (46.6 KB) Via co…...Cells Product Family excel-charts , charts hormancey September...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/legendentry-isdeleted-does-n...