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

workbook

(0.11 sec)
  1. 用JavaScript通过C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++隐藏和显示工作表中的行和列。...JavaScript通过C++提供了一个类, Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...
  2. How to Scale a Worksheet with C++|Documentation

    This article shows you code explaining how to scale a worksheet using the Aspose.Cells library with C++....// Load the Excel file Workbook workbook ( u "sample.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-scale-a-worksh...
  3. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/net/working-solution-for...
  4. 用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...
  5. 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...
  6. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....existing style, save it with the workbook and use it to format information...formatted, the Normal style (the workbook’s default style) is applied...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  7. 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/
  8. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set a print area using the Aspose.Cells library for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  9. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换成JPEG或PNG等图片格式。本指南演示如何从Microsoft Excel导出图表并将其保存为独立图片以便进一步使用和处理。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-im...
  10. 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...