Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 104,117 for

workbook

(0.33 sec)
  1. Font becomes bold during Excel to PDF conversio...

    We just compared you shared “aspose_generated.pdf” and I shared “excel_saved_by_Excel_Save_as.pdf”. Please share a comparing screenshot of the two pdf files on your side. Please check the attachments: 3_files_comparing…...the Excel file Workbook workbook = new Workbook(inputFilePath);...characters }; // Save the workbook as PDF workbook.Save(outputFilePath...

    forum.aspose.com/t/font-becomes-bold-during-exc...
  2. 使用 C++ 通过 JavaScript 将 Excel 图表转换为图像|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 图表转换为图像。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...对于包含数据、格式和公式的简单文件,可以使用 Workbook.Combine() 方法合并多个工作簿,使用 Worksheet... cacheFile , dest ); Workbook workbook ( dest ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/merge-files/
  4. How to Create Excel File using C++

    In this tutorial, we will learn how to create Excel file using C++. You can create new Workbook and insert data into the cells on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate a blank Excel workbook Insert sample values into the cells...

    kb.aspose.com/cells/cpp/how-to-create-excel-fil...
  5. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....namespace Create instance of Workbook object to load Excel file...the formula for Workbook Save the output workbook with formula to...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...
  6. 通过C++和Node.js获取或设置嵌入式OLE对象的类标识符|Documentation

    学习如何通过C++在Node.js中使用Aspose.Cells获取或设置嵌入式OLE对象的类标识符。..."data" ); // Load your sample workbook which contains embedded PowerPoint...object const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/get-or-set-...
  7. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...StrictInCell ); // Save PDF file workbook . save ( outputDir + "outputCrossType...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  8. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Instantiate a workbook object and open the template file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  9. 如何使用C++设置系列不可见|Documentation

    在Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...an existing Excel file Workbook workbook ( filePath + u "SeriesFiltered...worksheet ChartCollection charts = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...
  10. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....Create workbook object from source file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/converting-chart-to-i...