Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 87,223 for

workbook

(0.13 sec)
  1. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...Create a Workbook object Workbook workbook = new Workbook(); //...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  2. Open Different Microsoft Excel Versions Files w...

    This article explains how to open different Excel version files using Aspose.Cells for Node.js via C++....constructor, or specify the Workbook class' getFileFormat() type...LoadFormat . Auto ); // Create a Workbook object and opening the file...

    docs.aspose.com/cells/nodejs-cpp/opening-differ...
  3. 如何通过C++在Node.js中创建瀑布图|Documentation

    使用Node.js和Aspose.Cells for Node.js via C++在Excel中创建瀑布图。...instance of Workbook const workbook = new AsposeCells . Workbook ();...Worksheet in Workbook const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-wa...
  4. Create and Embed an Excel Chart as an OLE Objec...

    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....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/net/create-and-embed-an-...
  5. 使用 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...
  6. 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...
  7. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案...Instantiate a Workbook and open the template file Workbook workbook ( inputFilePath...theme with specified colors workbook . CustomTheme ( u "CustomeTheme1"...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  8. 自动调整工作表列宽|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...
  9. Public API Changes in Aspose.Cells 8.8.1|Docume...

    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....be loaded when building the workbook from a template file. Filtering...Tables. Settings loads only Workbook & Worksheet settings. Shape...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 在Aspose.Cells中将电子表格转换为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.... C# Workbook workbook = new Workbook ( "../../data/test...the document in PDF format workbook . Save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/zh/net/convert-spreadshee...