Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 82,064 for

workbook

(0.05 sec)
  1. Find if the Worksheet is Dialog Sheet with Node...

    This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using Aspose.Cells for Node.js via C++....Sheet const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/find-if-the-wo...
  2. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...); // 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-pdf/
  3. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....sample code creates the empty workbook which has an empty worksheet...02_OutputDirectory \\ " ); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  4. How to create waterfall chart with C++|Document...

    Create waterfall charts in Excel with C++ and Aspose.Cells for C++ API....Create an instance of Workbook Workbook workbook ; // Retrieve the...Worksheet in Workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/creating-waterfall-ch...
  5. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....Create a workbook const wb = new AsposeCells . Workbook ( filePath...value." ); } } // Save the workbook const outputFilePath = path...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  6. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...// Load the Excel file Workbook workbook ( u "input.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  7. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....property and then saves the workbook in the output excel file ...Load your source excel file Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  8. Add Images in Worksheet|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....worksheet Worksheet worksheet = workbook . getWorksheets (). get (...//add picture data to this workbook. InputStream is = new FileInputStream...

    docs.aspose.com/cells/java/add-images-in-worksh...
  9. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  10. 在工作表中插入和移除单元格批注|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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/zh/net/inserting-and-remo...