Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 104,099 for

workbook

(0.25 sec)
  1. Assign Macro to Form Control with C++|Documenta...

    Learn how to assign a macro to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a Form Button, and...

    docs.aspose.com/cells/cpp/assign-macro-to-form-...
  2. Get Paper Width and Height of Page Setup of Wor...

    Discover how to retrieve the Excel worksheet's page‑setup paper width and height using JavaScript via C++ programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/get-paper-...
  3. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in a range using the Aspose.Cells for C++ API....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "HyperlinksSample...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/
  4. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "HyperlinksSample...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  5. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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....Added APIs Added Workbook.Dispose Method Workbook object now implements...call the Workbook.Dispose method or create a Workbook object in...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Add Hyperlinks to Cells|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....) Add a Workbook. Get the first sheet. Add...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cells/
  7. Convert Spreadsheet to PDF using Aspose.Cells|D...

    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.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  8. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。...cells import Workbook , HtmlLoadOptions , LoadFormat...support_div_tag = True # Create workbook object from the html using...

    docs.aspose.com/cells/zh/python-net/support-the...
  9. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...(); // Create a new workbook Workbook workbook ; // Get the first...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  10. Insert a Linked Picture from Web Address with J...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...provided, use it as the base workbook const file = fileInput . files...

    docs.aspose.com/cells/javascript-cpp/insert-a-l...