Sort Score
Result 10 results
Languages All
Labels All
Results 5,901 - 5,910 of 105,061 for

workbook

(0.11 sec)
  1. Merge XLSX Files Online or using C++ | products...

    Free online app to combine different XLSX files. C++ merging library code to merge XLSX worksheets into other formats....XLSX using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlsx/
  2. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/
  3. Aspose.Cells - Assigning formulas corrupts Exce...

    I perform the actions: reassign formulas, this action occurs without error. Then for some reason the file cannot be opened through Excel. The file is corrupted. If I restore the file, the formulas are broken. Aspose.C…...xlsx"; var workbook = new Workbook(input); var ws = workbook.Worksheets...Problem here } } workbook.CalculateFormula(); workbook.Save(output);...

    forum.aspose.com/t/aspose-cells-assigning-formu...
  4. Split Spreadsheets Using LowCode API|Documentation

    Demonstrates how to use Aspose.Cells LowCode APIs to split spreadsheets....split a single workbook into several workbooks, you can use the...split a single workbook into several workbooks, you can use the...

    docs.aspose.com/cells/net/split-spreadsheets-us...
  5. Add Images in Spreadsheet in xlsx4j|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/java/add-images-in-spread...
  6. 添加自定义XML部件并通过ID选择它们,使用Node.js和C++|Documentation

    学习如何向Excel文档添加自定义XML部件并通过ID进行选择,使用Aspose.Cells for Node.js via C++。...Cells API添加自定义XML部件,请使用 Workbook.getCustomXmlParts() 方法。你还可以通过...属性设置其ID。同样,若要按ID选择自定义XML部件,可以使用 Workbook.getCustomXmlParts() 方法。 添加自定义XML部件并按ID选择...

    docs.aspose.com/cells/zh/nodejs-cpp/add-custom-...
  7. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...Main() { // ① 加载或创建工作簿 Workbook wb = new Workbook(); Worksheet sheet...Charts – Show Data Labels Save Workbook as PDF 2. 使用 Aspose.PDF 直接创建图表(Aspose...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  8. Aspose.Cells 8.9.1 的 public API 更改|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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 使用 C++ 和 Node.js 查找 XML 映射的根元素名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 查找 Excel 中 XML 映射的根元素名。... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-the-ro...
  10. How to Convert JSON to PDF in Python

    This short article guides us on how to convert JSON to PDF in Python. It has all the details for the IDE settings, a list of tasks and a runnable sample code to develop JSON file to PDF converter in Python....a string variable Create a workbook and get access to the desired...first task is to create a Workbook and access one of its worksheets...

    kb.aspose.com/cells/python/how-to-convert-json-...