Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 27,083 for

excel worksheet

(0.28 sec)
  1. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...Contents [ Hide ] 为命名范围设置公式 像 Excel 应用程序一样,Aspose.Cells API 提供在使用...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  2. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....Access first worksheet const sheet = workbook . worksheets . get (...format // Saving the modified Excel file const outputData = workbook...

    docs.aspose.com/cells/javascript-cpp/check-cust...
  3. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....style="color: red;">Please select an Excel file.</p>' ; return ; } const...arrayBuffer )); // Access the first worksheet's first chart const chart...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  4. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....which represents a Microsoft Excel file and provides the properties...methods necessary to work with Excel files. The Workbook class provides...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  5. 如何用C++管理日期和时间|Documentation

    学习如何通过Aspose.Cells for C++ API管理日期和时间。...如何用C++管理日期和时间 Contents [ Hide ] 如何在Excel中存储日期和时间 日期和时间在单元格中以数字存储。因此,...如何在Aspose.Cells中切换两个日期系统 MS-Excel 将日期存储为称为序列值的数字。 序列值是从日期系统中的第一天经过的天数,它是一个整数。...

    docs.aspose.com/cells/zh/cpp/how-to-manage-date...
  6. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。...0123456这样长于15位的数字,当你将HTML导入Excel时,这些数字会变成指数表示法如1.23457E+15。如...workbook ( data , loadOptions ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  7. [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...
  8. Segmentation faults again using aspose.cells.no...

    Hi, I’m using the latest version of aspose.cells.node. However, once again, I run into so many segmentation faults when converting Excel → HTML (HtmlSaveOptions, have also tried with all options/settings off but it stil…...segmentation faults when converting Excel → HTML (HtmlSaveOptions, have...and recreate: Import timeout excel sec.xlsx - Google Sheets Thanks...

    forum.aspose.com/t/segmentation-faults-again-us...
  9. 如何通过C++的JavaScript设置系列不可见|Documentation

    了解如何在Excel图表中使用Aspose.Cells for JavaScript通过C++设置系列不可见。...Contents [ Hide ] 如何在Excel图表中设置系列不可见 在Excel图表中,你可以右键点击图表,选择"选择...来设置是否显示该系列。你可以下载下面的 示例文件 ,在Excel中操作实现此功能。接下来,我们将告诉你如何使用Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. 使用JavaScript via C++将多个工作簿合并为一个工作簿|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将多个工作簿合并为一个工作簿。...Example </ h1 > < p > Select two Excel files to combine: </ p > < input...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/combine...