Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 102,533 for

workbook

(0.21 sec)
  1. Update XLS File using Python | products.aspose.com

    Modify XLS document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xls/
  2. 使用Node.js通过C++将Excel转换为带有工具提示的HTML|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为HTML格式,并带有工具提示以完整显示文本。...file const workbook = new AsposeCells . Workbook ( path . join...true ); // Save as Markdown workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  3. Working with Borders in Apache POI and Aspose.C...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-borders...
  4. Get HTML5 String from Cell with C++|Documentation

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API....following sample code creates a workbook object and adds some text...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  5. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //...TextAlignmentType . Right ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  6. 透视表和源数据|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object using uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/pivot-t...
  7. Detect Merged Cells in a Worksheet with Node.js...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for Node.js via C++. This article will show you how to use the library to identify and manipulate merged cells....xlsx" ); // Instantiate a new Workbook. // Open an existing Excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/nodejs-cpp/detect-merged-...
  8. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGenerateDataba...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/generate-condition...
  9. 使用JavaScript通过C++检索SQL连接数据。|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....Cells for JavaScript通过C++提供了 Workbook.dataConnections 属性,用于检索外部..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/retriev...
  10. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... Provide a minimal workbook If the problem persists after...total number of sheets in the workbook? Or you need to get your current...

    forum.aspose.com/t/getprintingpagebreaks-return...