Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 82,024 for

workbook

(0.25 sec)
  1. Unfreeze Rows or Columns of Excel Worksheet wit...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using Aspose.Cells for C++ API.... Construct a Workbook object to open the frozen...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/unfreeze-rows-or-colu...
  2. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....the workbook with specified load options const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "chart.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  3. Implementing Non-Sequential Ranges with Node.js...

    Learn how to create named non-sequential ranges with Aspose.Cells for Node.js via C++. Use non-adjacent cell ranges effectively....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a Name for non sequenced range const...

    docs.aspose.com/cells/nodejs-cpp/implementing-n...
  4. 你好,世界|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.... PHP 代码 # Instantiating a Workbook object that represents a Microsoft...Microsoft Excel file. $workbook = new Workbook (); \ # Note when you...

    docs.aspose.com/cells/zh/java/hello-world/
  5. 保护和取消保护工作簿|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.... Workbooks . Open ( myPath , Missing...Missing . Value ); //Protect the workbook specifying a password with...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  6. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Excel object workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  7. Freeze Panes in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  8. Insert Background Image to Excel with Node.js v...

    How to insert background image to Excel using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  9. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...(); // Create a workbook object Workbook workbook ( u "Book1.xlsx"...style Style defaultStyle = workbook . GetDefaultStyle (); // Get...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  10. Locking WordArt Watermark in Aspose.Cells|Docum...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/locking-wordart-water...