Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 104,120 for

workbook

(0.16 sec)
  1. Implement Cell.FormulaLocal similar to Excel VB...

    Learn how to implement Cell.FormulaLocal similar to Excel VBA Range.FormulaLocal using Aspose.Cells for Node.js via C++....Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/implement-cell...
  2. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook wb ( srcDir + u "sample.xls"...Close Extract OLE Objects from Workbook with C++ Automatically refresh...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  3. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...Create an instance of Workbook class Workbook book ; // Access first...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  4. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook wb ( inputFilePath );...formulas, it is best to call Workbook.CalculateFormula() just before...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  5. 支持在加载HTML到Excel工作簿时保持DIV标签布局|Documentation

    学习在将HTML加载到Excel工作簿时支持DIV标签布局的方法,使用Aspose.Cells for C++。...SetSupportDivTag ( true ); Workbook wb ( tempHtmlPath , loadOptions...:: Xlsx ); std :: cout << "Workbook saved successfully!" << std...

    docs.aspose.com/cells/zh/cpp/support-the-layout...
  6. Merge Excel Files using Python

    Follow this article to merge Excel files using Python. It includes details on setting up the IDE, a list of instructions, and sample code to combine Excel files using Python....Load the first file into the Workbook object as the destination...destination file using the Workbook class object. Finally, iterate...

    kb.aspose.com/cells/python/merge-excel-files-us...
  7. Document Conversion via Android API | products....

    Convert Word, Excel, PowerPoint, HTML, PDF and Image formats using Android conversion API. Android convert Office docx, xlsx, pptx to PDF....rendered XLSX document by using Workbook class and invoke save method...Load EXCEL XLSX file using Workbook class and convert EXCEL to...

    products.aspose.com/total/android-java/conversion/
  8. Create Gantt Chart in Excel using Java

    This article guides on how to create Gantt chart in Excel using Java. It has details to set the IDE, a list of steps, and a sample code to construct a Gantt chart using Java....features of the product Create a workbook and change the name of the...Excel using Java . Create a workbook, add a sheet, set tasks with...

    kb.aspose.com/cells/java/create-gantt-chart-in-...
  9. Monitor running programs|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....to monitor the running of Workbook related code. Simply use the...

    docs.aspose.com/cells/python-net/monitor-runnin...
  10. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the page center, as well as the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/python-net/setting-margins/