Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 21,287 for

worksheet

(0.03 sec)
  1. Update Excel Files using C++ | products.aspose.com

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C++ based applications.... Access the Worksheet using GetIWorksheets()->GetObjectByIndex(0)...

    products.aspose.com/total/cpp/update/
  2. Get the Entire Presentation Slide Background as...

    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....(); Working Solution for Worksheet Resizing Extracting Images...

    docs.aspose.com/slides/androidjava/get-the-enti...
  3. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++.... Fit All Worksheet Columns on Single PDF Page...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  4. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....first chart from the first worksheet Chart chart = book . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  5. Secure PDF Documents|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....Render One PDF Page Per Excel Worksheet - Excel to PDF Conversion...

    docs.aspose.com/cells/net/secure-pdf-documents/
  6. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++.... Fit All Worksheet Columns on Single PDF Page...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  7. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles in HTML using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/prefix-table-e...
  8. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  9. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。...调用 Worksheet.UnFreezePanes 方法取消冻结窗格。 构建一个...构建一个 Workbook 对象以打开冻结的文件。 使用 Worksheet.UnFreezePanes() 方法取消冻结窗格。...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  10. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...Sheet 1 in Workbook const worksheet = workbook . getWorksheets...using its name const cell = worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...