Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 102,518 for

workbook

(0.12 sec)
  1. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...LoadFormat :: Csv ); // Create a Workbook object and open the file from...from its path Workbook wbCSV ( srcDir + u "Book_CSV.csv" , loadOptions4...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  2. Move Range of Cells in a Worksheet with Node.js...

    Learn how to move a range of cells in a worksheet using Aspose.Cells for Node.js via C++....the workbook object. Open the Excel file const workbook = new...AsposeCells . Workbook ( filePath ); const cells = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/move-range-of-...
  3. 下载并配置Aspose.Cells在Jython中|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/download-and-conf...
  4. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation...."text/javascript" > const { Workbook , SaveFormat , ChartType ...require an input file; an empty workbook is created as in the original...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...
  5. Freeze Panes in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  6. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using Node.js with Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/nodejs-cpp/add-digital-si...
  7. 用C++计算Excel 2016的MINIFS和MAXIFS函数|Documentation

    本文介绍如何使用Aspose.Cells库在C++中计算Microsoft Excel 2016的MINIFS和MAXIFS函数。...2016的MINIFS和MAXIFS函数 下面的示例代码加载 示例Excel文件 ,调用 Workbook.CalculateFormula() 方法通过Aspose...\\ " ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/zh/cpp/calculation-of-exc...
  8. Aspose - External URL - Free Support Forum - as...

    I’m using the latest Aspose NuGet package to read external links in excel Workbook. While most URLs are extracted correctly, I noticed that for a few external URLs, the output shows a shortened version (like a display na…...read external links in excel workbook. While most URLs are extracted...Aspose.Cells; var workbook = new Workbook(“yourWorkbook.xlsx”);...

    forum.aspose.com/t/aspose-external-url/321137
  9. 使用C++在共享工作簿中更新保存历史记录的天数|Documentation

    学习如何使用Aspose.Cells的C++ API更新共享工作簿中保存历史的天数。...Create empty workbook Workbook wb ; // Share the workbook wb . GetSettings...SetDaysPreservingHis ( 7 ); // Save the workbook wb . Save ( u "outputShar...

    docs.aspose.com/cells/zh/cpp/update-days-preser...
  10. How to set Series invisible with Node.js via C+...

    Learn how to set series invisible in Excel chart using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-ser...