Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 27,112 for

excel worksheet

(0.17 sec)
  1. 通过 C++ 的 JavaScript 更新切片器|Documentation

    本文介绍如何通过 C++ 的 Aspose.Cells for JavaScript API 更新切片器,从而更新相关联的数据透视表。...Hide ] 可能的使用场景 如果你想在Microsoft Excel中更新切片器,选择或取消选择其项目,切片器表或数据透视表将相应更新。请使用...如何更新数据透视切片器 以下示例代码加载包含现有数据透视切片器的 示例 Excel 文件 ,取消选择数据透视切片器的第 2 和第 3 个项...

    docs.aspose.com/cells/zh/javascript-cpp/updatin...
  2. 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...
  3. 使用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...
  4. Word From Excel C#中的mail Merge

    使用C#個性化您的Mail merge Word from Excel文件。使用C#中的Mail merge Word from Excel模板自動化電子郵件或構建報告。...merge Word 文件和 Excel 數據 快速 .NET 庫,用於執行郵件與 Excel 數據的合併。 我們的 Mail...Mail Merge SDK 允許您使用 Excel 工作表中的數據填充 Word 模板。基於我們的 Mail Merge API...

    products.aspose.com/words/zh-hant/net/mailmerge...
  5. 导入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-...
  6. 用JavaScript通过C++指定共享公式的最大行数|Documentation

    学习如何使用C++的JavaScript指定共享公式的最大行数。...中添加了 100 行的共享公式,保存为 输出Excel文件 。 若解压输出Excel文件内容并检查 sheet1.xml ,...Access first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Managing Document Properties|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.... Here is the Microsoft Excel interface for opening these...sample code loads the sample Excel file and reads the built-in...

    docs.aspose.com/cells/cpp/managing-document-pro...
  8. [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...
  9. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for Node.js via C++....code converts quite a large Excel file to PDF. It will take several...this . im ); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/stop-conversio...
  10. 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-...