Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 249,453 for

cells

(3.33 sec)
  1. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells for JavaScript via C++....Cells substitutes fonts. Aspose.Cells provides a feature...you identify why an Aspose.Cells rendered PDF looks different...

    docs.aspose.com/cells/javascript-cpp/get-warnin...
  2. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…...Cells Product Family cells-net , aspose-cells imparthgalani...= wb.Worksheets[0]; Aspose.Cells.Drawing.ShapeCollection shapes...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  3. Update XLS File using Java | products.aspose.com

    Modify XLS document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....Cells for Java API that is part of...accessing the sheet and then update cell value in excel using java. How...

    products.aspose.com/total/java/update/xls/
  4. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....Cells for Python via Java API that...Insert data in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xls/
  5. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...Cells for Java脚本通过C++将其保存为PDF时,输出...渲染空白页。有时,这种默认行为并不理想。Aspose.Cells提供了 PdfSaveOptions.outputBlankPageWhenN...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  6. TextOrientation | Aspose.Words for Java

    Specifies orientation of text on a page in a table cell or a text frame in Java....of text on a page, in a table cell or a text frame. Examples: Shows...CENTER); builder.write("Row 1, cell 1."); builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose.Cells for .NET

    This API allows you to do all kinds of operations on Excel files files in .NET code including creating, editing and converting etc....Cells Product Family Aspose.Email...Aspose.TeX Product Family Aspose.Cells for .NET Latest Answers Access...

    kb.aspose.com/cells/net/
  8. Aspose.Cells for .NET

    This API allows you to do all kinds of operations on Excel files files in .NET code including creating, editing and converting etc....Cells Product Family Aspose.Email...Aspose.TeX Product Family Aspose.Cells for .NET Latest Answers Freeze...

    kb.aspose.com/cells/net/page/2/
  9. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...Cells Product Family cells-net JThomas98 September...= true, ImageType = Aspose.Cells.Drawing.ImageType.Emf, HorizontalResolution...

    forum.aspose.com/t/incorrect-rendering-when-con...
  10. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....Cells APIs. The ICustomFunction interface...functions to extend the Aspose.Cells' core calculation engine in...

    docs.aspose.com/cells/net/how-to-calculate-cust...