Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 103,883 for

workbook

(0.57 sec)
  1. Detect Merged Cells in a Worksheet with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells library to detect merged cells....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleInput...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/detect-merged-cells-i...
  2. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  3. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the JavaScript API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating Workbook objects from uploaded files...

    docs.aspose.com/cells/javascript-cpp/determine-...
  4. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting in JavaScript via C++..."text/javascript" > const { Workbook , SaveFormat , StyleFlag ...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/change-cel...
  5. Copy Row Heights of Source Range to Destination...

    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...."text/javascript" > const { Workbook , SaveFormat , PasteOptions...Creating a new workbook const workbook = new Workbook (); // Source...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  6. 使用 Aspose.Cells for JavaScript 通过 C++ 修改现有的SQL数...

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 修改现有的SQL数据连接属性。...Cells提供了访问和修改数据连接的方法,使用Workbook.dataConnections集合。 使用Aspose..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...
  7. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...it; otherwise create a new workbook const file = fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  8. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in different languages using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...the source workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/implement-...
  9. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...Instantiate a Workbook object and open the excel file Workbook workbook...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  10. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/setting-he...