Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,251 for

reference attachment

(0.2 sec)
  1. COUNTIF excel function works inconsistently - F...

    Dear Aspose Team, i am trying to use COUNTIF on an excelsheet: =COUNTIF(E$6:E$13;“>0”) this returns 1, however: =COUNTIF(MyTable[MyColumn];“>0”) is evalulated properly MyColumn is a column in my table which is exac…...expected count The structured‑reference version works, while the plain‑range... Structured reference handling – When you refer to a table column...

    forum.aspose.com/t/countif-excel-function-works...
  2. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…... Please refer to the two attached files within the Excel...conversion code snippet for your reference. Professionalize.Discourse...

    forum.aspose.com/t/words-for-net-output-questio...
  3. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…... Please refer the below link. https://reference.aspose.com/words/net/aspose...chose in ContentDisposition, Attachment or Inline. How to achieve...

    forum.aspose.com/t/aspose-words-errors-after-up...
  4. Saving File to Response Object with C++|Documen...

    Learn how to save files dynamically and send them directly to a client browser using Aspose.Cells for C++....save types: Type Description Attachment Sends the spreadsheet to...it in an application as an attachment associated with .xls/.xlsx...

    docs.aspose.com/cells/cpp/saving-file-to-respon...
  5. Convert BMP to MSG in Python | products.aspose.com

    Save BMP to MSG within Python applications without using Microsoft Word or Outlook...image to be sent as an email attachment. How Aspose.Total Helps for...3.5 or later is required Reference APIs within the project directly...

    products.aspose.com/total/python-net/conversion...
  6. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…... I’m attaching the sample .docx file for reference. Book_1758196616...Please find attached the output DOCX for your reference. out1.docx...

    forum.aspose.com/t/issue-with-tables-having-lar...
  7. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert images format to the pdf please find the below code for that: using (var imageStream = new MemoryStream(inputBytes)) { using (var outputStream = new MemoryStream()) { var pdf = new Aspose…...ToArray(); } } Make sure to reference the correct namespaces and...throws error. Find the below attachment: Easyupload.io - Upload Files...

    forum.aspose.com/t/failed-to-convert-image-type...
  8. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…... comments etc… But in the attached file below, Even the rows...correct results. Please refer to the attachment. out_net.zip (244.3...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  9. How to create OMR template file (.omr) using ex...

    G’day. As the title shows, I would like to create OMR template using existing images. OMR Image Unfortunately, I can’t find usable OMR Template Editor in Java. If anyone can hightlight the spot, I really appreciate it in advance. Cheers,...Hello, @jamesanvictoria In attachment there is a draft (3.5 MB)...System.l5v: Failed to find all reference points on image! Please make...

    forum.aspose.com/t/how-to-create-omr-template-f...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...setOnePagePerSheet(true); You can also refer to the following sample code...correct results. Please refer to the attachment. out_java.pdf (44.9...

    forum.aspose.com/t/add-a-page-break-in-excel-at...