Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 30,428 for

worksheet

(0.18 sec)
  1. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets....possible to auto‑fit rows in a worksheet, including merged cells. Here...object and adds multiple worksheets. Different methods are used...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  2. Using LightCells API with JavaScript via C++|Do...

    Learn how to read and write large Excel files using the LightCells API in JavaScript via C++. Improve performance and efficiency with less memory consumption....of data or content in the worksheet. The LightCells API is useful...StartSheet(int) is checked for every worksheet in the workbook. For a sheet...

    docs.aspose.com/cells/javascript-cpp/using-ligh...
  3. Aspose.Cells 8.1.0中的公共API更改|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....//Access first worksheet Worksheet sheet = book . Worksheets [ 0 ]; //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Text gets mirrored when saving XLSX to PDF - Fr...

    Hi, please see the attached XLSX file. On the first sheet you find 4 arrows with a letter inside. Those letters get mirrored when saving to pdf. See the screenshots. XLSX: grafik.png (67,2 KB) PDF: grafik.png (68,1 …...arrows are stored in the worksheet as AutoShapes that have a...contains text foreach (Worksheet ws in wb.Worksheets) { foreach (Shape...

    forum.aspose.com/t/text-gets-mirrored-when-savi...
  5. 使用C++的JavaScript生成工作表缩略图|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript从工作表生成缩略图图像。在文档和演示中创建用于预览的小图像。...< body > < h1 > Generate Worksheet Thumbnail Example </ h1 >...the first worksheet const sheet = book . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  6. 在PHP中将工作表转为图像|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....)); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...()); $sheet = $ptr -> Get ( $worksheets , 'Item' , array ( 0 ));...

    docs.aspose.com/cells/zh/net/worksheet-to-image...
  7. Getting Started|Documentation

    How to install Aspose Cells for C++ and create a Hello World application....Access any desired cell of a worksheet in the Excel file. Insert...into cell A1 on the first worksheet, and saves the Excel file...

    docs.aspose.com/cells/cpp/getting-started/
  8. Convert PDF to Excel in Python|Aspose.PDF for P...

    Convert PDFs to Excel spreadsheets effortlessly with Aspose.PDF for Python via .NET. Follow this guide for accurate PDF to XLSX conversions...file are converted to Excel worksheets. Try to convert PDF to Excel...Convert PDF to Single Excel Worksheet Aspose.PDF for Python via...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  9. 使用JavaScript通过C++添加带有内置样式的字图文字|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++添加带有内置样式的字图文字,在Excel中创建具有视觉吸引力的文本...least one worksheet exists if ( workbook . worksheets . count ===...workbook . worksheets . add (); } // Access first worksheet const...

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  10. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...