Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 102,528 for

workbook

(0.2 sec)
  1. 通过Node.js利用C++管理Excel图表标题|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加和格式化图表及轴标题。我们的指南将展示如何设置不同类型的标题、调整外观以及修改轴标题以增强数据表现和清晰度。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-and-a...
  2. 通过 C++ 使用 JavaScript 创建 Volume Open High Low Cl...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 创建带有成交量、开盘价、最高价、最低价、收盘价的股票图表。我们的指南将演示如何将股票市场数据绘制到图表上以便更好地分析和可视化。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...instance of Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. 如何在 JavaScript 结合 C++ 中创建 TreeMap 图表|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中创建树形图。我们的指南将帮助你了解树形图的各种属性和格式设置选项,包括颜色、标签和数据表示。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiate Workbook with uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  4. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....that can be used to encrypt Workbook with password in Java . This...template Excel file into the Workbook object that is to be encrypted...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  5. How to Convert XLSX to PDF having Restricted Pe...

    This prceise topic focuses on how to convert XLSX to PDF having restricted permissions in Node.js. A list of precise steps will help you to export XLSX to PDF having restricted permissions using Node.js in any operating system like Linux, macOS, or Windows....Ultimately the loaded Excel workbook is saved as a PDF file and...PDF using an instance of the Workbook class Initialize the PdfSaveOptions...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...
  6. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...// Load workbook and save as out.pdf const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  7. Web Extensions - Office Add-ins with Node.js vi...

    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...."output" ); const workbook = new AsposeCells . Workbook (); const extensions...extensions = workbook . getWorksheets (). getWebExtensions ();...

    docs.aspose.com/cells/nodejs-cpp/web-extensions...
  8. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...Create workbook from source excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...
  9. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in a workbook that uses a missing (not installed)...to set the workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/python-net/set-defaultfon...
  10. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.RemoveUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...