Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 44,732 for

workbook

(0.14 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. Limitations and API Differences|Documentation

    Aspose.Cells for Python via Java limitations and api differences....throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/python-java/limitations-a...
  6. Print spreadsheets|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 (); //Obtaining...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/print-spreadsheets/
  7. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  8. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in a textbox within a worksheet using Aspose.Cells for Node.js via C++...."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/nodejs-cpp/replace-tag-wi...
  9. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for Node.js via C++. Learn to load or create an Excel file and save the modified file to disk....Create workbook const workbook = new AsposeCells . Workbook ();...(); const cells = workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/nodejs-cpp/returning-a-ra...
  10. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.Save 方法的第二个参数传入。您还可以使用 JsonSaveOptions...Cells-for-C // Load your source workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...