Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 159,175 for

xlsx

(0.56 sec)
  1. 通过C++在Node.js中转换工作表为图片 移除数据周围的空白区域|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Microsoft Excel工作表转换为图片,并移除数据周围的空白区域。...xlsx" )); // Get the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  2. 使用Node.js和C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入XLS和XLSB文件的外部连接。...Cells已支持读取和写入XLSX文件的外部连接,现在也支持XLSB和XLS文件。然而,所有格式的代码都是相同的。...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  3. 工作表大小调整的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 与 PPTX 格式。...xlsx" ); com . aspose . cells . Worksheet...aspose . cells . SaveFormat . XLSX ); workbook . dispose (); Presentation...

    docs.aspose.com/slides/zh/java/working-solution...
  4. 工作表尺寸调整的可行方案|Aspose.Slides 文档

    在 PowerPoint 演示文稿中使用 C++ 的工作表尺寸调整可行方案...xlsx" ); auto worksheet = workbook...Aspose :: Cells :: SaveFormat :: Xlsx ); auto oleData = MakeArray...

    docs.aspose.com/slides/zh/cpp/working-solution-...
  5. 在输出 PDF 时渲染 Unicode 扩展字符 Aspose.Cells for JavaS...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 在输出 PDF 中渲染 Unicode 扩展字符。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  6. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/extract-te...
  7. 通过 C++ 的 JavaScript 渲染切片器|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....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/renderi...
  8. Save as ODF 1.1, 1.2 and 1.3 with JavaScript vi...

    Convert Excel to ODF 1.1, 1.2 and 1.3 specifications with Aspose.Cells for JavaScript via C++....xlsx,.csv,.ods" /> < button id =...

    docs.aspose.com/cells/javascript-cpp/save-ods-f...
  9. 用 Node.js 和 C++ 移除 Excel 文件中工作表的现有 PrinterSetti...

    本文将讲解如何通过 Aspose.Cells for Node.js via C++ 编程移除 Excel 文件中工作表的现有 PrinterSettings。...] 可能的使用场景 有时开发人员希望阻止Excel在保存的XLSX文件中包含打印机设置的*.bin*文件。打印机设置文件位于*“[file...sourceDir , "sampleRemoveExisting.xlsx" ); const wb = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-exis...
  10. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API....saves the workbook to the output XLSX format . The following screenshot...inputFilePath = srcDir + u "sample.xlsx" ; // Path of output Excel file...

    docs.aspose.com/cells/cpp/create-tornado-chart/