Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 87,186 for

workbook

(0.43 sec)
  1. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying data range and location of sparkline group using Aspose.Cells for Node.js via C++....Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...
  2. 指定图像分辨率、质量、压缩和其他选项|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 (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  3. Pdf 通过 Node.js 结合 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 PDF。...只需使用 Workbook 类的 save(string, SaveFormat)...按以下步骤直接将Excel电子表格转换为PDF格式: 通过调用其空构造函数实例化 Workbook 类的对象。 您可以打开/加载现有模板文件,或者如果您是从头开始创建工作簿,则跳过此步骤。...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. Aspose Cells将带有插入文本的excel导出到html时, 有异常的空白 - Fre...

    使用aspose-cells-23.3 ,如下调用 Workbook Workbook = new Workbook(new FileInputStream(new File(“test.xlsx”))); Workbook.save(“text.html”, new HtmlSaveOptions()); excel如下 test.zip (7.6 KB) 导出效果如下 test.png (1.8 KB) A1 B1单元…...3 ,如下调用 Workbook workbook = new Workbook(new FileInputStream(new...FileInputStream(new File(“test.xlsx”))); workbook.save(“text.html”, new HtmlSaveOptions());...

    forum.aspose.com/t/aspose-cells-excel-html/262260
  5. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...EXCEL_97_TO_2003; Workbook workbook = new Workbook(srcFile, loadOptions);...loadOptions); workbook.save(dstFile, saveFormat);...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  6. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  7. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain excel appearance, or make a use case possible....Features New Creating a New Workbook Open Different Ways to Open...Encrypting Excel Files Save Workbook to Strict Open XML Spreadsheet...

    docs.aspose.com/cells/net/developer-guide/
  8. Hiding Overlaid Content with CrossHideRight whi...

    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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...
  9. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...the workbook with specified load options const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "chart.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  10. 通过Node.js和C++为Excel工作簿的VBA项目设置密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel工作簿的VBA项目加密密码。... const workbook = new AsposeCells . Workbook ( path . join...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...