Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 102,530 for

workbook

(0.24 sec)
  1. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Export Single Sheet Workbook to HTML When a workbook with multiple...behavior is required for a workbook with a single worksheet when...

    docs.aspose.com/cells/go-cpp/export-worksheet-c...
  2. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  3. 获取行中最大列索引和列中最大行索引|Documentation

    学习如何通过C++ API在行中获取最大列索引,在列中获取最大行索引。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  4. Update XLT File using Java | products.aspose.com

    Modify XLT document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLT File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlt/
  5. Public API Changes in Aspose.Cells 8.8.2|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....instance of Workbook & load an existing spreadsheet Workbook book =...= new Workbook ( dir + "sample.xlsx" ); //Access worksheet from...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. "Unable to resize shapes in read-only mode." - ...

    “Unable to resize shapes in read-only mode.” Is there any way to resize the shapes in read only mode. “Unable to resize shapes in read-only mode.” image.png (29.3 KB)...trying to modify shapes in a workbook that is opened in read-only...you modify the shapes if the workbook is opened in editable mode...

    forum.aspose.com/t/unable-to-resize-shapes-in-r...
  7. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...Startup (); // Create workbook Workbook wb ; // Specify - Strict...:: Xlsx ); std :: cout << "Workbook saved successfully with Strict...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  8. 使用 C++ 在工作表中检测合并单元格 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 检测工作表中的合并单元格。本文将展示如何使用该库识别和操作合并的单元格。...xlsx" ); // Instantiate a new Workbook // Open an existing excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-merg...
  9. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook (); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  10. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…...already been executed Workbook wb = new Workbook("Template.xlsx");...in a custom loop Workbook wb = new Workbook("Template.xlsx");...

    forum.aspose.com/t/horz-tag-in-excel/321144