Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 105,346 for

workbook

(0.17 sec)
  1. Different Ways to Save Files|Documentation

    Aspose.Cells for .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....Cells provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/net/different-ways-to-sav...
  2. 使用JavaScript通过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....Cells Create Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/set-ran...
  3. Add Watermark To PDF with JavaScript via C++|Do...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for JavaScript via C++....Example </ h1 > < p > Select a workbook file (optional). The example...example will also create a new workbook with 3 pages and apply a text...

    docs.aspose.com/cells/javascript-cpp/add-waterm...
  4. 创建命名区域并复制命名区域内容的示例,使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中创建、访问和复制命名区域。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 getWorksheets()...stream const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/create-acce...
  5. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont for all the text in a workbook that has a missing (not installed)...to set the workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/net/set-defaultfont-prope...
  6. 行尾和文本换行|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,你可以轻松在单元格中插入文本并设置换行方式,如手动换行、自动换行等。本文详细介绍如何实现这些功能,并提供示例代码供参考。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...file selected - create a new workbook } let wb ; if ( fileInput...

    docs.aspose.com/cells/zh/javascript-cpp/line-br...
  7. Worksheet.Copy changes the formula refs for ext...

    Hi team, I’m using Aspose.Cells 25.11 and there is an issue when copying worksheet with formulas like this =‘https://maverickcap.sharepoint.com/sites/Team/Consumer/CELH (Celsius)/7. Other/[Test_09.17.24.xlsx]Test Data’…...a worksheet in an external workbook and Test Data sheet doesn’t...doesn’t even exist in current workbook. After copy the formula becomes...

    forum.aspose.com/t/worksheet-copy-changes-the-f...
  8. 使用C++读取具有多种编码的CSV文件|Documentation

    学习如何使用 Aspose.Cells for C++ 读取具有多种编码的CSV文件。...into Workbook with the specified options Workbook workbook ( filePath...); // Save the workbook in XLSX format workbook . Save ( filePath...

    docs.aspose.com/cells/zh/cpp/reading-csv-file-w...
  9. How to create Sunburst chart with C++|Documenta...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Create an instance of Workbook Workbook workbook ( u "sunburst.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/
  10. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...the book Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...