Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 82,065 for

workbook

(0.07 sec)
  1. Insert Background Image to Excel with C++|Docum...

    How to insert background image to Excel using Aspose.Cells for C++....(); // Create a new Workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-background-ima...
  2. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  3. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook Workbook = Workbook(“Sample_Excel.xls…...cells import Workbook workbook = Workbook(“Sample_Excel.xlsx”)...xlsx”) workbook.save(“Sample_Excel.png”) Output and issue – See...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  4. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....xlsx" ; // Create a Workbook object and opening the file...file from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  5. 在 Node.js 和 C++ 中用图像作为纹理平铺在形状内|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将一张小图片作为纹理平铺在形状内...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/tile-pictur...
  6. How to Convert JSON to CSV in Python

    This brief tutorial provides information on how to Convert JSON to CSV in Python. To write JSON to CSV Python environment configuration and sample code along with the detailed steps are provided....string variable Create an empty Workbook class object where the JSON...worksheet in the newly created workbook Instantiate JsonLayoutOptions...

    kb.aspose.com/cells/python/how-to-convert-json-...
  7. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C# language and the .NET API or Library. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-rows-co...
  8. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。...\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...10000 ); int sheetIndex = workbook . GetWorksheets (). Add (...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  9. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  10. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...