Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 156,988 for

xlsx

(0.08 sec)
  1. 用C++更改HTML链接目标类型|Documentation

    学习如何使用编号Aspose.Cells for C++更改HTML链接的目标类型,程序化控制HTML链接中的target属性。...xlsx" ; // Path of output HTML file...

    docs.aspose.com/cells/zh/cpp/change-the-html-li...
  2. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....xlsx" ); var worksheet = workbook...Aspose . Cells . SaveFormat . Xlsx ); using var presentation =...

    docs.aspose.com/slides/net/working-solution-for...
  3. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...xlsx" ), AsposeCells . SaveFormat . Xlsx ); AI Document...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  4. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/get-icon-sets-data-ba...
  5. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...xlsx" ); auto worksheet = workbook...Aspose :: Cells :: SaveFormat :: Xlsx ); auto oleData = MakeArray...

    docs.aspose.com/slides/cpp/working-solution-for...
  6. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。... Xlsx : fileName += "xlsx" ; break ; case AsposeCells...AsposeCells . FileFormatType . Xlsx ) { const ms = new Uint8Array...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  7. 工作表缩放的可行解决方案|Aspose.Slides for Python 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...xlsx" ) as workbook : worksheet =...ole_stream , cells . SaveFormat . XLSX ) with slides . Presentation...

    docs.aspose.com/slides/zh/python-net/working-so...
  8. 在 Node.js 和 C++ 中用图像作为纹理平铺在形状内|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将一张小图片作为纹理平铺在形状内...xlsx)和截图。 屏幕截图 示例代码 const path =..."sampleTextureFill_IsTiling.xlsx" )); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/tile-pictur...
  9. Remove Pivot Connection with Node.js via C++|Do...

    Learn how to remove pivot connection using Aspose.Cells for Node.js via C++....xlsx" ); // Load sample Excel file...Save the workbook in output XLSX format. workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/remove-pivot-c...
  10. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++....xlsx" ; Workbook wb ( inputFilePath...Save the workbook in the output XLSX format U16String outputFilePath...

    docs.aspose.com/cells/cpp/remove-pivot-connection/