Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 102,520 for

workbook

(0.11 sec)
  1. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....properties while converting a workbook to HTML. The 8.6.0 version...properties. After converting a workbook to HTML, the output file will...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  2. Unfreeze Rows or Columns of an Excel Worksheet ...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the 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...
  3. 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...
  4. Import Data to Worksheets in xlsx4j|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...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/java/import-data-to-works...
  5. 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 a non‑sequenced range...

    docs.aspose.com/cells/nodejs-cpp/implementing-n...
  6. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...SpreadsheetML ); // Create a Workbook object and opening the file...wbSpreadSheetML = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  7. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  8. Encrypting Excel Files with JavaScript via C++|...

    Learn how to encrypt and password-protect Excel files using Aspose.Cells for JavaScript via C++....> < body > < h1 > Encrypt Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Utils , EncryptionType...

    docs.aspose.com/cells/javascript-cpp/encrypting...
  9. Working with Background in ODS Files with C++|D...

    Learn how to manage colored and graphic backgrounds in ODS files using Aspose.Cells with C++..../Data/02_OutputDirectory/" ); Workbook workbook ( srcDir + u "GraphicBackground...ods" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-backgrou...
  10. 在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 代码 workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/zh/java/display-or-hide-t...