Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 30,325 for

worksheet

(0.1 sec)
  1. 通过Node.js的C++将VBA宏用户窗体设计器存储从模板复制到目标工作簿|Document...

    学习如何使用Aspose.Cells for Node.js via C++将VBA项目(包括设计器存储)从一个Excel文件复制到另一个Excel文件。...)); // Copy all template worksheets to target workbook const...AsposeCells . SheetType . Worksheet ) { const s = target . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-vba-ma...
  2. Specify how to cross a string in output PDF and...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for JavaScript via C++....sheet renderer for first worksheet const sheetRenderer = new...SheetRender ( workbook . worksheets . get ( 0 ), imageSaveOptions...

    docs.aspose.com/cells/javascript-cpp/specify-ho...
  3. Convert Text to Columns using Aspose.Cells|Docu...

    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....provides this feature via the Worksheet.Cells.TextToColumns() method...explains the usage of the Worksheet.Cells.TextToColumns() method...

    docs.aspose.com/cells/net/convert-text-to-colum...
  4. 通过 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...
  5. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on.... Chart to Image Worksheet to Image Spreadsheet to PDF...physical printer Populate worksheets through Smart Markers Create...

    products.aspose.com/cells/java/
  6. 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....a workbook with multiple worksheets into a text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/go-cpp/different-ways-to-...
  7. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...the code i use- worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...printArea; worksheet.PageSetup.LeftMargin = 0; worksheet.PageSetup...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  8. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for C++ API....apply the auto filter on worksheet cells, then some of the rows...

    docs.aspose.com/cells/go-cpp/get-all-hidden-row...
  9. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...i < sheetCount ; ++ i ) { Worksheet sheet = sheets . Get ( i );...i < sheetCount ; ++ i ) { Worksheet sheet = sheets . Get ( i );...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  10. 使用Aspose.Cells for Node.js via C++通过Microsoft E...

    学习如何使用Aspose.Cells for Node.js via C++在Excel中自动刷新OLE对象。...xlsx" )); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/automatical...