Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 102,524 for

workbook

(0.08 sec)
  1. Different Ways to Save Files with Golang via C+...

    Aspose.Cells for C++ 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/go-cpp/different-ways-to-...
  2. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。..."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  3. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for JavaScript via C++....Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/javascript-cpp/how-to-rot...
  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. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for JavaScript via C++.... Finally, it saves the workbook in output XLSX and output..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/create-sli...
  6. 通过C++用JavaScript预览工作簿|Documentation

    Aspose.Cells支持使用JavaScript通过C++打印和预览Excel文件,无需安装Microsoft Excel。...要生成整个工作簿的打印预览,需要传入 Workbook 和 ImageOrPrintOptions 对象实例化..."text/javascript" > const { Workbook , ImageOrPrintOptions , WorkbookPrintingPrev...

    docs.aspose.com/cells/zh/javascript-cpp/workboo...
  7. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.xlsx”; using Workbook Workbook = new Workbook(filePath); Workbook.Worksheets[0].Cells.HideColumn(1); Workbook.Worksheets[0].Cells.Colum…...using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0]...Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Columns[2]...

    forum.aspose.com/t/autofitcolumns/323726
  8. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。..."text/javascript" > const { Workbook , TxtLoadOptions , SaveFormat...hasFormula = true ; const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  9. Protect and Unprotect with JavaScript via C++|D...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using JavaScript with C++ addons.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  10. 如何用C++将Excel打印为宽度和高度适应的页面|Documentation

    本文提供代码,说明如何使用Aspose.Cells库用C++设置FitToPagesWide和F intoToPagesTall。...Instantiate a Workbook object Workbook workbook ( U16String (...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-print-excel...