Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 102,538 for

workbook

(0.1 sec)
  1. 在将 Excel 渲染为 PDF 时绘制分析器|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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/draw-sl...
  2. 在 Ruby 中调整行高和列宽|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  3. 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...
  4. Freeze Top Row(s) of Excel Worksheet with C++|D...

    In this article, you will learn how to freeze top rows of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct a Workbook to open a file or create a...Instantiate a new Workbook Workbook workbook ( u "Freeze.xlsx"...

    docs.aspose.com/cells/cpp/how-to-freeze-rows-of...
  5. 使用Python.NET将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for Python via .NET将公历日期转换为Excel文件中的日本日期。...cells import Workbook , LoadOptions , LoadFormat...Load workbook with Japanese regional settings workbook = Workbook...

    docs.aspose.com/cells/zh/python-net/convert-dat...
  6. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for Node.js via C++....from ( byteArray ); // Create workbook from stream with HTML load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/nodejs-cpp/delete-redunda...
  7. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Create workbook and load the sample Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  8. 使用 Node.js via C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中为图表点添加富文本自定义数据标签。我们的指南将向您展示如何用不同字体、颜色和对齐方式格式化标签,以增强图表的外观和可读性。...Create a workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample_custom_datalabel...

    docs.aspose.com/cells/zh/nodejs-cpp/rich-text-c...
  9. 使用 Node.js via C++ 显示单元格范围作为数据标签|Documentation

    学习如何在图表中显示单元格范围作为数据标签,支持 Aspose.Cells for Node.js via C++。我们的指南将演示如何将标签链接到数据源,并进行格式化,以在图表中提供准确且有意义的信息。...Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/showing-cel...
  10. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...TrafficLights31 , 0 ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-a-picture-base...