Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 82,029 for

workbook

(0.19 sec)
  1. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...xlsx" ; Workbook workbook ( sampleFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  2. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...Startup (); // Create workbook object Workbook wb ; // Access built-in...

    docs.aspose.com/cells/cpp/specify-the-language-...
  3. 使用 Python.NET 在工作表中的文本框中用文本替换标签|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 在Excel工作表中的文本框里用文本替换标签。...cells import Workbook , PdfSaveOptions # For complete...current_dir , "output" ) wb = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/replace-tag...
  4. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....Excel files (for example a workbook that has many sheets, each...\\ " ); // Initialize a new Workbook and open an Excel file U16String...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Auto-fitting...

    docs.aspose.com/cells/zh/net/auto-fit-columns-i...
  6. How to add/insert TextBox to Worksheet with Nod...

    How to add/insert TextBox to Worksheet in Aspose.Cells for Node.js via C++....an object of the Workbook class const workbook = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet from the collection...

    docs.aspose.com/cells/nodejs-cpp/add-text-box-t...
  7. 使用Node.js通过C++更改刻度标签方向|Documentation

    学习如何在Aspose.Cells for Node.js中更改刻度标签的方向。我们的指南将帮助你理解如何调整轴上刻度标签的方向,包括水平、垂直和角度方向。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/change-tick...
  8. Support for XAdES Signature|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....provides supports signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. Sample Code AI Document Assistant...

    docs.aspose.com/cells/java/support-for-xades-si...
  9. 使用Node.js通过C++更改切片器属性|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.... const workbook = new AsposeCells . Workbook ( path . join...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/change-slic...
  10. 使用 C++ 处理 ODS 文件中的背景|Documentation

    学习如何使用 Aspose.Cells 和 C++ 管理 ODS 文件中的彩色和图形背景。.../Data/02_OutputDirectory/" ); Workbook workbook ( srcDir + u "GraphicBackground...ods" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/working-with-backg...