Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 27,394 for

excel worksheet

(0.23 sec)
  1. 使用 C++ 通过JavaScript检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 C++ 通过 Aspose.Cells for JavaScript 检查工作簿是否包含隐藏的外部链接。...可能的使用场景 有时候,工作簿中包含隐藏且在Microsoft Excel中无法查看的外部链接。Aspose.Cells可以检索所...以下示例代码加载包含隐藏外部链接的 源Excel文件 。这些链接不能在Microsoft Excel中查看,但存在于工作簿中。在打印...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  2. 当转换或加载耗时过长时,可以使用 Node.js 通过 C++ 的 InterruptMoni...

    学习如何在耗时过长时,使用 Aspose.Cells for Node.js via C++ 的 InterruptMonitor 停止工作簿转换到各种格式(如 PDF、HTML 等)。...该代码将大型Excel文件转换为PDF。由于这些代码行的原因,转换需要几秒钟(即...this . im ); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/stop-conver...
  3. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...件顶部,装饰文本,并使文本适应预设形状,或将文本应用于Excel工作表作为背景水印。 WordArt成为您可以在电子表格中移动或定位以添加装饰的对象。...Get the first default sheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  4. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...当在Microsoft Excel中打开该文件时,将看到如下宏代码。 Sub ShowMessage..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  5. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Write...Write data to the worksheet for (int i = 0; i < jsonData.data.Count;...

    forum.aspose.com/t/handling-json-array-as-singl...
  6. 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....Hide ] Introduction Microsoft Excel provides the ability to add...Properties Using Microsoft Excel Microsoft Excel allows managing document...

    docs.aspose.com/cells/java/managing-document-pr...
  7. HTML file is displayed incorrectly - Free Suppo...

    I am using Aspose.Cells 25.7.0. .NET 9.0 HTML file is displayed incorrectly in MacOS Windows Everything displays correctly in Google Chrome and Edge Mac OS The layout displays incorrectly in Google Chrome and Safari …...Worksheets.Names) { if (name.Text ==...GetRange()!; var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/html-file-is-displayed-incor...
  8. Creating Charts with SmartMarkers? - Free Suppo...

    We are currently trying to generate Excel documents and utilizing SmartMarkers. Is there a way to create charts in Excel using the SmartMarkers system without requiring the use of Custom Code? I believe that I have seen…...currently trying to generate Excel documents and utilizing SmartMarkers...there a way to create charts in Excel using the SmartMarkers system...

    forum.aspose.com/t/creating-charts-with-smartma...
  9. Smartly importing and placing data with Smart m...

    Smartly importing and placing data according to the template Excel files with Aspose.Cells for Python via .Net library....information to place in a Microsoft Excel designer spreadsheet. Smart...Designer spreadsheets are standard Excel files that contain visual formatting...

    docs.aspose.com/cells/python-net/using-smart-ma...
  10. How to set whole sheet's border to full border?...

    how to set whole sheet’s border to full border?(means vertically and horizentally) I think AI is enough to help me, but I cannt find where to chat....can give every cell in a worksheet a full border (top, bottom...can use worksheet.Cells.CreateRange(0, 0, worksheet.Cells.MaxRow...

    forum.aspose.com/t/how-to-set-whole-sheets-bord...