Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 30,201 for

worksheet

(0.31 sec)
  1. 通过 C++ 在 Node.js 中生成工作表缩略图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作表生成缩略图图片。在文档和演示中创建预览的小图片。...true ); // Get the first worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/generate-th...
  2. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...xlsm" ); // Get the worksheet collection WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  3. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....Get the chart in the first worksheet. Chart chart = workbook ....

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  4. OleFormat.sourceItem property | Aspose.Words fo...

    OleFormat.sourceItem property. Gets or sets a string that is used to identify the portion of the source file that is being linked....only a few cells from the worksheet. Examples Shows how to insert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用ImageOrPrintOptions的PageIndex和PageCount属性渲染页面...

    使用 Aspose.Cells 和 C++ 将 Excel 文件的页面序列渲染为图像。...xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/render-sequence-of...
  6. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....only a few cells from the worksheet. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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-...
  8. 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-...
  9. ListObject with calculated column creates inval...

    Hello, An invalid Excel file is generated using this example from the documentation located at: Propagate Formula in Table or List Object automatically while entering data in new rows|Documentation When you open the fi…...Access first worksheet Worksheet sheet = book.Worksheets[0]; // Add...

    forum.aspose.com/t/listobject-with-calculated-c...
  10. Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 - Free Suppo...

    本地验证这个左右边距的设置会影响PDF 出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet Worksheet = wb.getWorksheets().get(0); PageSetup pageSetup = Worksheet.getPageSetup(); pageSetup.setLeftMargin(1); pageSetup.setRightMargin(1);...出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet worksheet = wb.getWorksheets()...get(0); PageSetup pageSetup = worksheet.getPageSetup(); pageSetup...

    forum.aspose.com/t/excel-a4-pdf-pdf/324143